Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.61 KB | None | 0 0
  1. /anaconda3/envs/AI/bin/python3.7 /Users/rafalwalisko/Documents/openCV/test.py
  2. 2019-04-25 20:57:17.582 python3.7[593:7260] -[NSApplication _setup:]: unrecognized selector sent to instance 0x7fb8a45d15c0
  3. 2019-04-25 20:57:17.592 python3.7[593:7260] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSApplication _setup:]: unrecognized selector sent to instance 0x7fb8a45d15c0'
  4. *** First throw call stack:
  5. (
  6. 0 CoreFoundation 0x00007fff2d1b7cf9 __exceptionPreprocess + 256
  7. 1 libobjc.A.dylib 0x00007fff57d47a17 objc_exception_throw + 48
  8. 2 CoreFoundation 0x00007fff2d231b06 -[NSObject(NSObject) __retain_OA] + 0
  9. 3 CoreFoundation 0x00007fff2d15a0ef ___forwarding___ + 1485
  10. 4 CoreFoundation 0x00007fff2d159a98 _CF_forwarding_prep_0 + 120
  11. 5 libtk8.6.dylib 0x000000011d66931d TkpInit + 413
  12. 6 libtk8.6.dylib 0x000000011d5c117e Initialize + 2622
  13. 7 _tkinter.cpython-37m-darwin.so 0x000000011a3e5a0f _tkinter_create + 1183
  14. 8 python3.7 0x000000010260a116 _PyMethodDef_RawFastCallKeywords + 230
  15. 9 python3.7 0x0000000102746e42 call_function + 306
  16. 10 python3.7 0x0000000102744aec _PyEval_EvalFrameDefault + 46092
  17. 11 python3.7 0x000000010273849e _PyEval_EvalCodeWithName + 414
  18. 12 python3.7 0x0000000102608de7 _PyFunction_FastCallDict + 231
  19. 13 python3.7 0x000000010268b381 slot_tp_init + 193
  20. 14 python3.7 0x0000000102695361 type_call + 241
  21. 15 python3.7 0x0000000102609ae3 _PyObject_FastCallKeywords + 179
  22. 16 python3.7 0x0000000102746ed5 call_function + 453
  23. 17 python3.7 0x0000000102744be0 _PyEval_EvalFrameDefault + 46336
  24. 18 python3.7 0x00000001026098d5 function_code_fastcall + 117
  25. 19 python3.7 0x0000000102746dc7 call_function + 183
  26. 20 python3.7 0x0000000102744aec _PyEval_EvalFrameDefault + 46092
  27. 21 python3.7 0x000000010273849e _PyEval_EvalCodeWithName + 414
  28. 22 python3.7 0x0000000102608de7 _PyFunction_FastCallDict + 231
  29. 23 python3.7 0x000000010260cce2 method_call + 130
  30. 24 python3.7 0x000000010260a752 PyObject_Call + 130
  31. 25 python3.7 0x0000000102744d58 _PyEval_EvalFrameDefault + 46712
  32. 26 python3.7 0x000000010273849e _PyEval_EvalCodeWithName + 414
  33. 27 python3.7 0x0000000102609fe3 _PyFunction_FastCallKeywords + 195
  34. 28 python3.7 0x0000000102746dc7 call_function + 183
  35. 29 python3.7 0x0000000102744b27 _PyEval_EvalFrameDefault + 46151
  36. 30 python3.7 0x00000001026098d5 function_code_fastcall + 117
  37. 31 python3.7 0x0000000102746dc7 call_function + 183
  38. 32 python3.7 0x0000000102744b27 _PyEval_EvalFrameDefault + 46151
  39. 33 python3.7 0x000000010273849e _PyEval_EvalCodeWithName + 414
  40. 34 python3.7 0x0000000102609fe3 _PyFunction_FastCallKeywords + 195
  41. 35 python3.7 0x0000000102746dc7 call_function + 183
  42. 36 python3.7 0x0000000102744b27 _PyEval_EvalFrameDefault + 46151
  43. 37 python3.7 0x000000010273849e _PyEval_EvalCodeWithName + 414
  44. 38 python3.7 0x0000000102609fe3 _PyFunction_FastCallKeywords + 195
  45. 39 python3.7 0x0000000102746dc7 call_function + 183
  46. 40 python3.7 0x0000000102744aec _PyEval_EvalFrameDefault + 46092
  47. 41 python3.7 0x000000010273849e _PyEval_EvalCodeWithName + 414
  48. 42 python3.7 0x000000010279b9a0 PyRun_FileExFlags + 256
  49. 43 python3.7 0x000000010279ae17 PyRun_SimpleFileExFlags + 391
  50. 44 python3.7 0x00000001027c8d3f pymain_main + 9663
  51. 45 python3.7 0x00000001025dc66d main + 125
  52. 46 libdyld.dylib 0x00007fff595753d5 start + 1
  53. )
  54. libc++abi.dylib: terminating with uncaught exception of type NSException
  55.  
  56. Process finished with exit code 134 (interrupted by signal 6: SIGABRT)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement