-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherror.log
115 lines (89 loc) · 5.89 KB
/
error.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
[2018-05-10 06:12:49] Traceback (most recent call last):
File "v8function_handler.pyx", line 42, in cefpython_py36.V8FunctionHandler_Execute (cefpython_py36.cpp:97829)
File "C:\Users\strok\Desktop\CVRP\bridge.py", line 18, in load_problem
file_path = filedialog.askopenfilename()
File "C:\Soft\Python36\Lib\tkinter\filedialog.py", line 375, in askopenfilename
return Open(**options).show()
File "C:\Soft\Python36\Lib\tkinter\commondialog.py", line 39, in show
w = Frame(self.master)
File "C:\Soft\Python36\Lib\tkinter\__init__.py", line 2741, in __init__
Widget.__init__(self, master, 'frame', cnf, {}, extra)
File "C:\Soft\Python36\Lib\tkinter\__init__.py", line 2296, in __init__
(widgetName, self._w) + extra + self._options(cnf))
RuntimeError: main thread is not in main loop
[2018-05-10 06:14:53] Traceback (most recent call last):
File "v8function_handler.pyx", line 42, in cefpython_py36.V8FunctionHandler_Execute (cefpython_py36.cpp:97829)
File "C:\Users\strok\Desktop\CVRP\bridge.py", line 19, in load_problem
filedialog.askopenfilename()
File "C:\Soft\Python36\Lib\tkinter\filedialog.py", line 375, in askopenfilename
return Open(**options).show()
File "C:\Soft\Python36\Lib\tkinter\commondialog.py", line 39, in show
w = Frame(self.master)
File "C:\Soft\Python36\Lib\tkinter\__init__.py", line 2741, in __init__
Widget.__init__(self, master, 'frame', cnf, {}, extra)
File "C:\Soft\Python36\Lib\tkinter\__init__.py", line 2296, in __init__
(widgetName, self._w) + extra + self._options(cnf))
RuntimeError: main thread is not in main loop
[2018-05-10 06:15:01] Traceback (most recent call last):
File "v8function_handler.pyx", line 42, in cefpython_py36.V8FunctionHandler_Execute (cefpython_py36.cpp:97829)
File "C:\Users\strok\Desktop\CVRP\bridge.py", line 19, in load_problem
filedialog.askopenfilename()
File "C:\Soft\Python36\Lib\tkinter\filedialog.py", line 375, in askopenfilename
return Open(**options).show()
File "C:\Soft\Python36\Lib\tkinter\commondialog.py", line 39, in show
w = Frame(self.master)
File "C:\Soft\Python36\Lib\tkinter\__init__.py", line 2741, in __init__
Widget.__init__(self, master, 'frame', cnf, {}, extra)
File "C:\Soft\Python36\Lib\tkinter\__init__.py", line 2296, in __init__
(widgetName, self._w) + extra + self._options(cnf))
RuntimeError: main thread is not in main loop
[2018-05-10 07:13:33] Traceback (most recent call last):
File "v8function_handler.pyx", line 42, in cefpython_py36.V8FunctionHandler_Execute (cefpython_py36.cpp:97829)
File "C:\Users\strok\Desktop\CVRP\bridge.py", line 18, in load_problem
dialog = wx.FileDialog(None, 'Open', style=(wx.FD_OPEN | wx.FD_FILE_MUST_EXIST))
wx._core.PyNoAppError: The wx.App object must be created first!
[2018-05-10 07:13:39] Traceback (most recent call last):
File "v8function_handler.pyx", line 42, in cefpython_py36.V8FunctionHandler_Execute (cefpython_py36.cpp:97829)
File "C:\Users\strok\Desktop\CVRP\bridge.py", line 18, in load_problem
dialog = wx.FileDialog(None, 'Open', style=(wx.FD_OPEN | wx.FD_FILE_MUST_EXIST))
wx._core.PyNoAppError: The wx.App object must be created first!
[2018-05-10 07:14:10] Traceback (most recent call last):
File "v8function_handler.pyx", line 42, in cefpython_py36.V8FunctionHandler_Execute (cefpython_py36.cpp:97829)
File "C:\Users\strok\Desktop\CVRP\bridge.py", line 17, in load_problem
dialog = wx.FileDialog(None, 'Open', style=(wx.FD_OPEN | wx.FD_FILE_MUST_EXIST))
wx._core.PyNoAppError: The wx.App object must be created first!
[2018-05-10 07:14:17] Traceback (most recent call last):
File "v8function_handler.pyx", line 42, in cefpython_py36.V8FunctionHandler_Execute (cefpython_py36.cpp:97829)
File "C:\Users\strok\Desktop\CVRP\bridge.py", line 17, in load_problem
dialog = wx.FileDialog(None, 'Open', style=(wx.FD_OPEN | wx.FD_FILE_MUST_EXIST))
wx._core.PyNoAppError: The wx.App object must be created first!
[2018-05-10 11:02:44] Traceback (most recent call last):
File "v8function_handler.pyx", line 42, in cefpython_py36.V8FunctionHandler_Execute (cefpython_py36.cpp:97829)
File "C:\Users\strok\Desktop\CVRP\bridge.py", line 29, in load_problem
graph: problem['v']
NameError: name 'graph' is not defined
[2018-05-10 11:03:13] Traceback (most recent call last):
File "v8function_handler.pyx", line 42, in cefpython_py36.V8FunctionHandler_Execute (cefpython_py36.cpp:97829)
File "C:\Users\strok\Desktop\CVRP\bridge.py", line 29, in load_problem
graph: problem['v']
NameError: name 'graph' is not defined
[2018-05-10 11:03:23] Traceback (most recent call last):
File "v8function_handler.pyx", line 42, in cefpython_py36.V8FunctionHandler_Execute (cefpython_py36.cpp:97829)
File "C:\Users\strok\Desktop\CVRP\bridge.py", line 29, in load_problem
graph: problem['v']
NameError: name 'graph' is not defined
[2018-05-11 09:43:00] Traceback (most recent call last):
File "v8function_handler.pyx", line 42, in cefpython_py36.V8FunctionHandler_Execute (cefpython_py36.cpp:97829)
File "C:\Users\strok\Desktop\CVRP\bridge.py", line 81, in save_solution
f.write('Route #{}: '.format(num) + ' '.join(route) + '\n')
TypeError: sequence item 0: expected str instance, int found
[2018-05-11 09:45:39] Traceback (most recent call last):
File "v8function_handler.pyx", line 42, in cefpython_py36.V8FunctionHandler_Execute (cefpython_py36.cpp:97829)
File "C:\Users\strok\Desktop\CVRP\bridge.py", line 83, in save_solution
f.write('Route #{}: '.format(num) + ' '.join(route) + '\n')
TypeError: sequence item 0: expected str instance, int found
[2018-05-11 09:47:13] Traceback (most recent call last):
File "v8function_handler.pyx", line 42, in cefpython_py36.V8FunctionHandler_Execute (cefpython_py36.cpp:97829)
File "C:\Users\strok\Desktop\CVRP\bridge.py", line 83, in save_solution
print('Route #{}: '.format(num) + ' '.join(route) + '\n')
TypeError: sequence item 0: expected str instance, int found