質問編集履歴

2

エラー内容の変更

2018/03/19 05:04

投稿

gymgym
gymgym

スコア97

test CHANGED
File without changes
test CHANGED
@@ -16,19 +16,15 @@
16
16
 
17
17
 
18
18
 
19
+
20
+
21
+ matplotlib再インストールによるエラーの変更
22
+
19
23
  ```
20
24
 
21
- objc[16448]: Class TKApplication is implemented in both /System/Library/Frameworks/Tk.framework/Versions/8.5/Tk (0x11dfa71f8) and /Users/beta/.pyenv/versions/anaconda3-4.1.1/lib/libtk8.5.dylib (0x11e91ae40). One of the two will be used. Which one is undefined.
25
+ 2018-03-19 13:56:43.428 python[17715:588600] -[QNSApplication _setup:]: unrecognized selector sent to instance 0x11d8f8400
22
26
 
23
- objc[16448]: Class TKMenu is implemented in both /System/Library/Frameworks/Tk.framework/Versions/8.5/Tk (0x11dfa7248) and /Users/beta/.pyenv/versions/anaconda3-4.1.1/lib/libtk8.5.dylib (0x11e91c020). One of the two will be used. Which one is undefined.
24
-
25
- objc[16448]: Class TKContentView is implemented in both /System/Library/Frameworks/Tk.framework/Versions/8.5/Tk (0x11dfa7298) and /Users/beta/.pyenv/versions/anaconda3-4.1.1/lib/libtk8.5.dylib (0x11e91c8a0). One of the two will be used. Which one is undefined.
26
-
27
- objc[16448]: Class TKWindow is implemented in both /System/Library/Frameworks/Tk.framework/Versions/8.5/Tk (0x11dfa72e8) and /Users/beta/.pyenv/versions/anaconda3-4.1.1/lib/libtk8.5.dylib (0x11e91cda0). One of the two will be used. Which one is undefined.
28
-
29
- 2018-03-19 12:13:11.791 python[16448:439687] -[QNSApplication _setup:]: unrecognized selector sent to instance 0x11eb0c1c0
30
-
31
- 2018-03-19 12:13:11.793 python[16448:439687] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[QNSApplication _setup:]: unrecognized selector sent to instance 0x11eb0c1c0'
27
+ 2018-03-19 13:56:43.479 python[17715:588600] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[QNSApplication _setup:]: unrecognized selector sent to instance 0x11d8f8400'
32
28
 
33
29
  *** First throw call stack:
34
30
 
@@ -44,13 +40,13 @@
44
40
 
45
41
  4 CoreFoundation 0x00000001000808d8 _CF_forwarding_prep_0 + 120
46
42
 
47
- 5 Tk 0x000000011df5b328 TkpInit + 467
43
+ 5 Tk 0x000000011e038328 TkpInit + 467
48
44
 
49
- 6 Tk 0x000000011deda262 Tk_Init + 1710
45
+ 6 Tk 0x000000011dfb7262 Tk_Init + 1710
50
46
 
51
- 7 _tkinter.so 0x000000011d4ea144 Tcl_AppInit + 84
47
+ 7 _tkinter.so 0x000000011de95144 Tcl_AppInit + 84
52
48
 
53
- 8 _tkinter.so 0x000000011d4e9e39 _tkinter_create + 1129
49
+ 8 _tkinter.so 0x000000011de94e39 _tkinter_create + 1129
54
50
 
55
51
  9 libpython3.5m.dylib 0x000000010079bf38 PyCFunction_Call + 280
56
52
 
@@ -136,8 +132,6 @@
136
132
 
137
133
  ```
138
134
 
139
-
140
-
141
135
  ### 該当のソースコード
142
136
 
143
137
 

1

matplotlibを再インストールした時のエラー変更

2018/03/19 05:04

投稿

gymgym
gymgym

スコア97

test CHANGED
File without changes
test CHANGED
File without changes