fork download
  1. C:\Python34\python.exe C:/Python34/Lib/site-packages/toolkit/window.py
  2. > c:\python34\lib\site-packages\toolkit\window.py(8)<module>()
  3. -> from catalogmaker import *
  4. (Pdb) l
  5. 3 import webbrowser
  6. 4 from tkinter import ttk
  7. 5 from tkinter import messagebox
  8. 6 import pdb
  9. 7 pdb.set_trace()
  10. 8 -> from catalogmaker import *
  11. 9 from patronmaker import *
  12. 10 from territorymaker import *
  13. 11 import os.path
  14. 12 import pickle
  15. 13
  16. (Pdb) s
  17. --Call--
  18. > <frozen importlib._bootstrap>(2234)_find_and_load()
  19. (Pdb) n
  20. > <frozen importlib._bootstrap>(2236)_find_and_load()
  21. (Pdb) n
  22. > <frozen importlib._bootstrap>(2237)_find_and_load()
  23. (Pdb) n
  24. AttributeError: Can't get attribute 'Patron' on <module '__main__' from 'C:/Python34/Lib/site-packages/toolkit/window.py'>
  25. > <frozen importlib._bootstrap>(2237)_find_and_load()
  26. (Pdb) n
  27. --Return--
  28. > <frozen importlib._bootstrap>(2237)_find_and_load()->None
  29. (Pdb) n
  30. AttributeError: Can't get attribute 'Patron' on <module '__main__' from 'C:/Python34/Lib/site-packages/toolkit/window.py'>
  31. > c:\python34\lib\site-packages\toolkit\window.py(8)<module>()
  32. -> from catalogmaker import *
  33. (Pdb) n
  34. --Return--
  35. > c:\python34\lib\site-packages\toolkit\window.py(8)<module>()->None
  36. -> from catalogmaker import *
  37. (Pdb) n
  38. --Call--
  39. Traceback (most recent call last):
  40. File "C:/Python34/Lib/site-packages/toolkit/window.py", line 8, in <module>
  41. > c:\python34\lib\codecs.py(300)__init__()
  42. -> def __init__(self, errors='strict'):
  43. (Pdb) n
  44. > c:\python34\lib\codecs.py(301)__init__()
  45. -> IncrementalDecoder.__init__(self, errors)
  46. (Pdb) n
  47. > c:\python34\lib\codecs.py(303)__init__()
  48. -> self.buffer = b""
  49. (Pdb) n
  50. --Return--
  51. > c:\python34\lib\codecs.py(303)__init__()->None
  52. -> self.buffer = b""
  53. (Pdb) n
  54. --Call--
  55. > c:\python34\lib\codecs.py(322)getstate()
  56. -> def getstate(self):
  57. (Pdb) n
  58. > c:\python34\lib\codecs.py(324)getstate()
  59. -> return (self.buffer, 0)
  60. (Pdb) n
  61. --Return--
  62. > c:\python34\lib\codecs.py(324)getstate()->(b'', 0)
  63. -> return (self.buffer, 0)
  64. (Pdb) n
  65. --Call--
  66. > c:\python34\lib\codecs.py(310)decode()
  67. -> def decode(self, input, final=False):
  68. (Pdb) n
  69. > c:\python34\lib\codecs.py(312)decode()
  70. -> data = self.buffer + input
  71. (Pdb) n
  72. > c:\python34\lib\codecs.py(313)decode()
  73. -> (result, consumed) = self._buffer_decode(data, self.errors, final)
  74. (Pdb) n
  75. > c:\python34\lib\codecs.py(315)decode()
  76. -> self.buffer = data[consumed:]
  77. (Pdb) n
  78. > c:\python34\lib\codecs.py(316)decode()
  79. -> return result
  80. (Pdb) n
  81. --Return--
  82. > c:\python34\lib\codecs.py(316)decode()->"import sys\r...()\r\n'''\r\n"
  83. -> return result
  84. (Pdb) n
  85. --Call--
  86. > c:\python34\lib\codecs.py(300)__init__()
  87. -> def __init__(self, errors='strict'):
  88. from catalogmaker import *
  89. File "C:\Python34\Lib\site-packages\toolkit\catalogmaker.py", line 1, in <module>
  90. (Pdb) n
  91. > c:\python34\lib\codecs.py(301)__init__()
  92. -> IncrementalDecoder.__init__(self, errors)
  93. (Pdb) n
  94. > c:\python34\lib\codecs.py(303)__init__()
  95. -> self.buffer = b""
  96. (Pdb) n
  97. --Return--
  98. > c:\python34\lib\codecs.py(303)__init__()->None
  99. -> self.buffer = b""
  100. (Pdb) n
  101. --Call--
  102. > c:\python34\lib\codecs.py(322)getstate()
  103. -> def getstate(self):
  104. (Pdb) n
  105. > c:\python34\lib\codecs.py(324)getstate()
  106. -> return (self.buffer, 0)
  107. (Pdb) n
  108. --Return--
  109. > c:\python34\lib\codecs.py(324)getstate()->(b'', 0)
  110. -> return (self.buffer, 0)
  111. (Pdb) n
  112. --Call--
  113. > c:\python34\lib\codecs.py(310)decode()
  114. -> def decode(self, input, final=False):
  115. (Pdb) n
  116. > c:\python34\lib\codecs.py(312)decode()
  117. -> data = self.buffer + input
  118. (Pdb) n
  119. > c:\python34\lib\codecs.py(313)decode()
  120. -> (result, consumed) = self._buffer_decode(data, self.errors, final)
  121. (Pdb) n
  122. > c:\python34\lib\codecs.py(315)decode()
  123. -> self.buffer = data[consumed:]
  124. (Pdb) n
  125. > c:\python34\lib\codecs.py(316)decode()
  126. -> return result
  127. (Pdb) n
  128. --Return--
  129. > c:\python34\lib\codecs.py(316)decode()->"from patronm...\n'''\r\n\r\n"
  130. -> return result
  131. (Pdb) n
  132. from patronmaker import *
  133. File "C:\Python34\Lib\site-packages\toolkit\patronmaker.py", line 5, in <module>
  134. --Call--
  135. > c:\python34\lib\codecs.py(300)__init__()
  136. -> def __init__(self, errors='strict'):
  137. (Pdb) n
  138. > c:\python34\lib\codecs.py(301)__init__()
  139. -> IncrementalDecoder.__init__(self, errors)
  140. (Pdb) n
  141. > c:\python34\lib\codecs.py(303)__init__()
  142. -> self.buffer = b""
  143. (Pdb) n
  144. --Return--
  145. > c:\python34\lib\codecs.py(303)__init__()->None
  146. -> self.buffer = b""
  147. (Pdb) n
  148. --Call--
  149. > c:\python34\lib\codecs.py(322)getstate()
  150. -> def getstate(self):
  151. (Pdb) n
  152. > c:\python34\lib\codecs.py(324)getstate()
  153. -> return (self.buffer, 0)
  154. (Pdb) n
  155. --Return--
  156. > c:\python34\lib\codecs.py(324)getstate()->(b'', 0)
  157. -> return (self.buffer, 0)
  158. (Pdb) n
  159. --Call--
  160. > c:\python34\lib\codecs.py(310)decode()
  161. -> def decode(self, input, final=False):
  162. (Pdb) n
  163. > c:\python34\lib\codecs.py(312)decode()
  164. -> data = self.buffer + input
  165. (Pdb) n
  166. > c:\python34\lib\codecs.py(313)decode()
  167. -> (result, consumed) = self._buffer_decode(data, self.errors, final)
  168. (Pdb) n
  169. > c:\python34\lib\codecs.py(315)decode()
  170. -> self.buffer = data[consumed:]
  171. (Pdb) n
  172. > c:\python34\lib\codecs.py(316)decode()
  173. -> return result
  174. (Pdb) n
  175. --Return--
  176. > c:\python34\lib\codecs.py(316)decode()->"import pickl...'Teresa')\r\n"
  177. -> return result
  178. (Pdb) n
  179. class Patron:
  180. File "C:\Python34\Lib\site-packages\toolkit\patronmaker.py", line 12, in Patron
  181. --Call--
  182. > c:\python34\lib\codecs.py(300)__init__()
  183. -> def __init__(self, errors='strict'):
  184. (Pdb) n
  185. > c:\python34\lib\codecs.py(301)__init__()
  186. -> IncrementalDecoder.__init__(self, errors)
  187. (Pdb) n
  188. > c:\python34\lib\codecs.py(303)__init__()
  189. -> self.buffer = b""
  190. (Pdb) n
  191. --Return--
  192. > c:\python34\lib\codecs.py(303)__init__()->None
  193. -> self.buffer = b""
  194. (Pdb) n
  195. --Call--
  196. > c:\python34\lib\codecs.py(322)getstate()
  197. -> def getstate(self):
  198. (Pdb) n
  199. > c:\python34\lib\codecs.py(324)getstate()
  200. -> return (self.buffer, 0)
  201. (Pdb) n
  202. --Return--
  203. > c:\python34\lib\codecs.py(324)getstate()->(b'', 0)
  204. -> return (self.buffer, 0)
  205. (Pdb) n
  206. --Call--
  207. > c:\python34\lib\codecs.py(310)decode()
  208. -> def decode(self, input, final=False):
  209. (Pdb) n
  210. > c:\python34\lib\codecs.py(312)decode()
  211. -> data = self.buffer + input
  212. (Pdb) n
  213. > c:\python34\lib\codecs.py(313)decode()
  214. -> (result, consumed) = self._buffer_decode(data, self.errors, final)
  215. (Pdb) n
  216. > c:\python34\lib\codecs.py(315)decode()
  217. -> self.buffer = data[consumed:]
  218. (Pdb) n
  219. > c:\python34\lib\codecs.py(316)decode()
  220. -> return result
  221. (Pdb) n
  222. --Return--
  223. > c:\python34\lib\codecs.py(316)decode()->"import pickl...'Teresa')\r\n"
  224. -> return result
  225. (Pdb) n
  226. patrons = pickle.load(f)
  227. AttributeError: Can't get attribute 'Patron' on <module '__main__' from 'C:/Python34/Lib/site-packages/toolkit/window.py'>
  228. --Call--
  229. > c:\python34\lib\threading.py(1279)_shutdown()
  230. -> def _shutdown():
  231. (Pdb) n
  232. > c:\python34\lib\threading.py(1285)_shutdown()
  233. -> tlock = _main_thread._tstate_lock
  234. (Pdb) n
  235. > c:\python34\lib\threading.py(1288)_shutdown()
  236. -> assert tlock is not None
  237. (Pdb) n
  238. > c:\python34\lib\threading.py(1289)_shutdown()
  239. -> assert tlock.locked()
  240. (Pdb) n
  241. > c:\python34\lib\threading.py(1290)_shutdown()
  242. -> tlock.release()
  243. (Pdb) n
  244. > c:\python34\lib\threading.py(1291)_shutdown()
  245. -> _main_thread._stop()
  246. (Pdb) n
  247. > c:\python34\lib\threading.py(1292)_shutdown()
  248. -> t = _pickSomeNonDaemonThread()
  249. (Pdb) n
  250. > c:\python34\lib\threading.py(1293)_shutdown()
  251. -> while t:
  252. (Pdb) n
  253. > c:\python34\lib\threading.py(1296)_shutdown()
  254. -> _main_thread._delete()
  255. (Pdb) n
  256. --Return--
  257. > c:\python34\lib\threading.py(1296)_shutdown()->None
  258. -> _main_thread._delete()
  259. (Pdb) n
  260.  
  261. Process finished with exit code 1
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Traceback (most recent call last):
  File "/usr/lib/python3.2/py_compile.py", line 119, in compile
    optimize=optimize)
  File "./prog.py", line 1
    C:\Python34\python.exe C:/Python34/Lib/site-packages/toolkit/window.py
     ^
SyntaxError: invalid syntax

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python3.2/py_compile.py", line 123, in compile
    raise py_exc
py_compile.PyCompileError:   File "./prog.py", line 1
    C:\Python34\python.exe C:/Python34/Lib/site-packages/toolkit/window.py
     ^
SyntaxError: invalid syntax

stdout
Standard output is empty