Advertisement
Guest User

RuntimeError output

a guest
Aug 6th, 2013
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.10 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "test.py", line 11, in <module>
  3. Main()
  4. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  5. return self.__exec(func, self, *args, **kwargs)
  6. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  7. return func(*args, **kwargs)
  8. File "test.py", line 5, in __init__
  9. self._setup()
  10. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  11. return self.__exec(func, self, *args, **kwargs)
  12. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  13. return func(*args, **kwargs)
  14. File "test.py", line 9, in _setup
  15. tkinter.Button(self, text='Push me!').pack()
  16. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  17. return self.__exec(func, self, *args, **kwargs)
  18. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  19. return func(*args, **kwargs)
  20. File "C:\Python33\lib\tkinter\ttk.py", line 614, in __init__
  21. Widget.__init__(self, master, "ttk::button", kw)
  22. File "C:\Python33\lib\tkinter\ttk.py", line 557, in __init__
  23. if not getattr(master, '_tile_loaded', False):
  24. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  25. return self.__exec(func, self, *args, **kwargs)
  26. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  27. return func(*args, **kwargs)
  28. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  29. return getattr(self.tk, attr)
  30. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  31. return self.__exec(func, self, *args, **kwargs)
  32. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  33. return func(*args, **kwargs)
  34. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  35. return getattr(self.tk, attr)
  36. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  37. return self.__exec(func, self, *args, **kwargs)
  38. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  39. return func(*args, **kwargs)
  40. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  41. return getattr(self.tk, attr)
  42. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  43. return self.__exec(func, self, *args, **kwargs)
  44. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  45. return func(*args, **kwargs)
  46. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  47. return getattr(self.tk, attr)
  48. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  49. return self.__exec(func, self, *args, **kwargs)
  50. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  51. return func(*args, **kwargs)
  52. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  53. return getattr(self.tk, attr)
  54. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  55. return self.__exec(func, self, *args, **kwargs)
  56. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  57. return func(*args, **kwargs)
  58. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  59. return getattr(self.tk, attr)
  60. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  61. return self.__exec(func, self, *args, **kwargs)
  62. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  63. return func(*args, **kwargs)
  64. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  65. return getattr(self.tk, attr)
  66. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  67. return self.__exec(func, self, *args, **kwargs)
  68. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  69. return func(*args, **kwargs)
  70. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  71. return getattr(self.tk, attr)
  72. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  73. return self.__exec(func, self, *args, **kwargs)
  74. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  75. return func(*args, **kwargs)
  76. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  77. return getattr(self.tk, attr)
  78. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  79. return self.__exec(func, self, *args, **kwargs)
  80. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  81. return func(*args, **kwargs)
  82. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  83. return getattr(self.tk, attr)
  84. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  85. return self.__exec(func, self, *args, **kwargs)
  86. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  87. return func(*args, **kwargs)
  88. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  89. return getattr(self.tk, attr)
  90. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  91. return self.__exec(func, self, *args, **kwargs)
  92. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  93. return func(*args, **kwargs)
  94. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  95. return getattr(self.tk, attr)
  96. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  97. return self.__exec(func, self, *args, **kwargs)
  98. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  99. return func(*args, **kwargs)
  100. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  101. return getattr(self.tk, attr)
  102. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  103. return self.__exec(func, self, *args, **kwargs)
  104. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  105. return func(*args, **kwargs)
  106. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  107. return getattr(self.tk, attr)
  108. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  109. return self.__exec(func, self, *args, **kwargs)
  110. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  111. return func(*args, **kwargs)
  112. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  113. return getattr(self.tk, attr)
  114. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  115. return self.__exec(func, self, *args, **kwargs)
  116. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  117. return func(*args, **kwargs)
  118. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  119. return getattr(self.tk, attr)
  120. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  121. return self.__exec(func, self, *args, **kwargs)
  122. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  123. return func(*args, **kwargs)
  124. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  125. return getattr(self.tk, attr)
  126. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  127. return self.__exec(func, self, *args, **kwargs)
  128. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  129. return func(*args, **kwargs)
  130. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  131. return getattr(self.tk, attr)
  132. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  133. return self.__exec(func, self, *args, **kwargs)
  134. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  135. return func(*args, **kwargs)
  136. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  137. return getattr(self.tk, attr)
  138. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  139. return self.__exec(func, self, *args, **kwargs)
  140. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  141. return func(*args, **kwargs)
  142. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  143. return getattr(self.tk, attr)
  144. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  145. return self.__exec(func, self, *args, **kwargs)
  146. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  147. return func(*args, **kwargs)
  148. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  149. return getattr(self.tk, attr)
  150. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  151. return self.__exec(func, self, *args, **kwargs)
  152. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  153. return func(*args, **kwargs)
  154. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  155. return getattr(self.tk, attr)
  156. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  157. return self.__exec(func, self, *args, **kwargs)
  158. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  159. return func(*args, **kwargs)
  160. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  161. return getattr(self.tk, attr)
  162. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  163. return self.__exec(func, self, *args, **kwargs)
  164. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  165. return func(*args, **kwargs)
  166. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  167. return getattr(self.tk, attr)
  168. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  169. return self.__exec(func, self, *args, **kwargs)
  170. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  171. return func(*args, **kwargs)
  172. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  173. return getattr(self.tk, attr)
  174. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  175. return self.__exec(func, self, *args, **kwargs)
  176. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  177. return func(*args, **kwargs)
  178. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  179. return getattr(self.tk, attr)
  180. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  181. return self.__exec(func, self, *args, **kwargs)
  182. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  183. return func(*args, **kwargs)
  184. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  185. return getattr(self.tk, attr)
  186. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  187. return self.__exec(func, self, *args, **kwargs)
  188. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  189. return func(*args, **kwargs)
  190. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  191. return getattr(self.tk, attr)
  192. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  193. return self.__exec(func, self, *args, **kwargs)
  194. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  195. return func(*args, **kwargs)
  196. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  197. return getattr(self.tk, attr)
  198. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  199. return self.__exec(func, self, *args, **kwargs)
  200. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  201. return func(*args, **kwargs)
  202. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  203. return getattr(self.tk, attr)
  204. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  205. return self.__exec(func, self, *args, **kwargs)
  206. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  207. return func(*args, **kwargs)
  208. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  209. return getattr(self.tk, attr)
  210. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  211. return self.__exec(func, self, *args, **kwargs)
  212. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  213. return func(*args, **kwargs)
  214. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  215. return getattr(self.tk, attr)
  216. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  217. return self.__exec(func, self, *args, **kwargs)
  218. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  219. return func(*args, **kwargs)
  220. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  221. return getattr(self.tk, attr)
  222. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  223. return self.__exec(func, self, *args, **kwargs)
  224. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  225. return func(*args, **kwargs)
  226. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  227. return getattr(self.tk, attr)
  228. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  229. return self.__exec(func, self, *args, **kwargs)
  230. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  231. return func(*args, **kwargs)
  232. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  233. return getattr(self.tk, attr)
  234. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  235. return self.__exec(func, self, *args, **kwargs)
  236. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  237. return func(*args, **kwargs)
  238. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  239. return getattr(self.tk, attr)
  240. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  241. return self.__exec(func, self, *args, **kwargs)
  242. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  243. return func(*args, **kwargs)
  244. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  245. return getattr(self.tk, attr)
  246. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  247. return self.__exec(func, self, *args, **kwargs)
  248. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  249. return func(*args, **kwargs)
  250. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  251. return getattr(self.tk, attr)
  252. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  253. return self.__exec(func, self, *args, **kwargs)
  254. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  255. return func(*args, **kwargs)
  256. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  257. return getattr(self.tk, attr)
  258. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  259. return self.__exec(func, self, *args, **kwargs)
  260. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  261. return func(*args, **kwargs)
  262. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  263. return getattr(self.tk, attr)
  264. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  265. return self.__exec(func, self, *args, **kwargs)
  266. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  267. return func(*args, **kwargs)
  268. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  269. return getattr(self.tk, attr)
  270. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  271. return self.__exec(func, self, *args, **kwargs)
  272. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  273. return func(*args, **kwargs)
  274. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  275. return getattr(self.tk, attr)
  276. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  277. return self.__exec(func, self, *args, **kwargs)
  278. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  279. return func(*args, **kwargs)
  280. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  281. return getattr(self.tk, attr)
  282. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  283. return self.__exec(func, self, *args, **kwargs)
  284. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  285. return func(*args, **kwargs)
  286. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  287. return getattr(self.tk, attr)
  288. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  289. return self.__exec(func, self, *args, **kwargs)
  290. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  291. return func(*args, **kwargs)
  292. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  293. return getattr(self.tk, attr)
  294. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  295. return self.__exec(func, self, *args, **kwargs)
  296. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  297. return func(*args, **kwargs)
  298. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  299. return getattr(self.tk, attr)
  300. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  301. return self.__exec(func, self, *args, **kwargs)
  302. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  303. return func(*args, **kwargs)
  304. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  305. return getattr(self.tk, attr)
  306. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  307. return self.__exec(func, self, *args, **kwargs)
  308. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  309. return func(*args, **kwargs)
  310. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  311. return getattr(self.tk, attr)
  312. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  313. return self.__exec(func, self, *args, **kwargs)
  314. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  315. return func(*args, **kwargs)
  316. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  317. return getattr(self.tk, attr)
  318. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  319. return self.__exec(func, self, *args, **kwargs)
  320. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  321. return func(*args, **kwargs)
  322. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  323. return getattr(self.tk, attr)
  324. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  325. return self.__exec(func, self, *args, **kwargs)
  326. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  327. return func(*args, **kwargs)
  328. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  329. return getattr(self.tk, attr)
  330. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  331. return self.__exec(func, self, *args, **kwargs)
  332. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  333. return func(*args, **kwargs)
  334. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  335. return getattr(self.tk, attr)
  336. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  337. return self.__exec(func, self, *args, **kwargs)
  338. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  339. return func(*args, **kwargs)
  340. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  341. return getattr(self.tk, attr)
  342. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  343. return self.__exec(func, self, *args, **kwargs)
  344. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  345. return func(*args, **kwargs)
  346. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  347. return getattr(self.tk, attr)
  348. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  349. return self.__exec(func, self, *args, **kwargs)
  350. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  351. return func(*args, **kwargs)
  352. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  353. return getattr(self.tk, attr)
  354. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  355. return self.__exec(func, self, *args, **kwargs)
  356. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  357. return func(*args, **kwargs)
  358. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  359. return getattr(self.tk, attr)
  360. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  361. return self.__exec(func, self, *args, **kwargs)
  362. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  363. return func(*args, **kwargs)
  364. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  365. return getattr(self.tk, attr)
  366. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  367. return self.__exec(func, self, *args, **kwargs)
  368. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  369. return func(*args, **kwargs)
  370. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  371. return getattr(self.tk, attr)
  372. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  373. return self.__exec(func, self, *args, **kwargs)
  374. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  375. return func(*args, **kwargs)
  376. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  377. return getattr(self.tk, attr)
  378. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  379. return self.__exec(func, self, *args, **kwargs)
  380. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  381. return func(*args, **kwargs)
  382. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  383. return getattr(self.tk, attr)
  384. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  385. return self.__exec(func, self, *args, **kwargs)
  386. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  387. return func(*args, **kwargs)
  388. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  389. return getattr(self.tk, attr)
  390. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  391. return self.__exec(func, self, *args, **kwargs)
  392. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  393. return func(*args, **kwargs)
  394. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  395. return getattr(self.tk, attr)
  396. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  397. return self.__exec(func, self, *args, **kwargs)
  398. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  399. return func(*args, **kwargs)
  400. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  401. return getattr(self.tk, attr)
  402. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  403. return self.__exec(func, self, *args, **kwargs)
  404. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  405. return func(*args, **kwargs)
  406. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  407. return getattr(self.tk, attr)
  408. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  409. return self.__exec(func, self, *args, **kwargs)
  410. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  411. return func(*args, **kwargs)
  412. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  413. return getattr(self.tk, attr)
  414. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  415. return self.__exec(func, self, *args, **kwargs)
  416. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  417. return func(*args, **kwargs)
  418. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  419. return getattr(self.tk, attr)
  420. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  421. return self.__exec(func, self, *args, **kwargs)
  422. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  423. return func(*args, **kwargs)
  424. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  425. return getattr(self.tk, attr)
  426. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  427. return self.__exec(func, self, *args, **kwargs)
  428. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  429. return func(*args, **kwargs)
  430. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  431. return getattr(self.tk, attr)
  432. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  433. return self.__exec(func, self, *args, **kwargs)
  434. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  435. return func(*args, **kwargs)
  436. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  437. return getattr(self.tk, attr)
  438. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  439. return self.__exec(func, self, *args, **kwargs)
  440. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  441. return func(*args, **kwargs)
  442. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  443. return getattr(self.tk, attr)
  444. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  445. return self.__exec(func, self, *args, **kwargs)
  446. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  447. return func(*args, **kwargs)
  448. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  449. return getattr(self.tk, attr)
  450. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  451. return self.__exec(func, self, *args, **kwargs)
  452. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  453. return func(*args, **kwargs)
  454. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  455. return getattr(self.tk, attr)
  456. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  457. return self.__exec(func, self, *args, **kwargs)
  458. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  459. return func(*args, **kwargs)
  460. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  461. return getattr(self.tk, attr)
  462. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  463. return self.__exec(func, self, *args, **kwargs)
  464. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  465. return func(*args, **kwargs)
  466. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  467. return getattr(self.tk, attr)
  468. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  469. return self.__exec(func, self, *args, **kwargs)
  470. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  471. return func(*args, **kwargs)
  472. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  473. return getattr(self.tk, attr)
  474. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  475. return self.__exec(func, self, *args, **kwargs)
  476. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  477. return func(*args, **kwargs)
  478. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  479. return getattr(self.tk, attr)
  480. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  481. return self.__exec(func, self, *args, **kwargs)
  482. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  483. return func(*args, **kwargs)
  484. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  485. return getattr(self.tk, attr)
  486. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  487. return self.__exec(func, self, *args, **kwargs)
  488. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  489. return func(*args, **kwargs)
  490. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  491. return getattr(self.tk, attr)
  492. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  493. return self.__exec(func, self, *args, **kwargs)
  494. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  495. return func(*args, **kwargs)
  496. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  497. return getattr(self.tk, attr)
  498. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  499. return self.__exec(func, self, *args, **kwargs)
  500. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  501. return func(*args, **kwargs)
  502. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  503. return getattr(self.tk, attr)
  504. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  505. return self.__exec(func, self, *args, **kwargs)
  506. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  507. return func(*args, **kwargs)
  508. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  509. return getattr(self.tk, attr)
  510. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  511. return self.__exec(func, self, *args, **kwargs)
  512. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  513. return func(*args, **kwargs)
  514. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  515. return getattr(self.tk, attr)
  516. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  517. return self.__exec(func, self, *args, **kwargs)
  518. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  519. return func(*args, **kwargs)
  520. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  521. return getattr(self.tk, attr)
  522. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  523. return self.__exec(func, self, *args, **kwargs)
  524. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  525. return func(*args, **kwargs)
  526. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  527. return getattr(self.tk, attr)
  528. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  529. return self.__exec(func, self, *args, **kwargs)
  530. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  531. return func(*args, **kwargs)
  532. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  533. return getattr(self.tk, attr)
  534. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  535. return self.__exec(func, self, *args, **kwargs)
  536. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  537. return func(*args, **kwargs)
  538. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  539. return getattr(self.tk, attr)
  540. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  541. return self.__exec(func, self, *args, **kwargs)
  542. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  543. return func(*args, **kwargs)
  544. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  545. return getattr(self.tk, attr)
  546. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  547. return self.__exec(func, self, *args, **kwargs)
  548. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  549. return func(*args, **kwargs)
  550. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  551. return getattr(self.tk, attr)
  552. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  553. return self.__exec(func, self, *args, **kwargs)
  554. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  555. return func(*args, **kwargs)
  556. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  557. return getattr(self.tk, attr)
  558. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  559. return self.__exec(func, self, *args, **kwargs)
  560. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  561. return func(*args, **kwargs)
  562. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  563. return getattr(self.tk, attr)
  564. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  565. return self.__exec(func, self, *args, **kwargs)
  566. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  567. return func(*args, **kwargs)
  568. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  569. return getattr(self.tk, attr)
  570. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  571. return self.__exec(func, self, *args, **kwargs)
  572. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  573. return func(*args, **kwargs)
  574. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  575. return getattr(self.tk, attr)
  576. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  577. return self.__exec(func, self, *args, **kwargs)
  578. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  579. return func(*args, **kwargs)
  580. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  581. return getattr(self.tk, attr)
  582. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  583. return self.__exec(func, self, *args, **kwargs)
  584. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  585. return func(*args, **kwargs)
  586. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  587. return getattr(self.tk, attr)
  588. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  589. return self.__exec(func, self, *args, **kwargs)
  590. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  591. return func(*args, **kwargs)
  592. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  593. return getattr(self.tk, attr)
  594. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  595. return self.__exec(func, self, *args, **kwargs)
  596. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  597. return func(*args, **kwargs)
  598. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  599. return getattr(self.tk, attr)
  600. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  601. return self.__exec(func, self, *args, **kwargs)
  602. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  603. return func(*args, **kwargs)
  604. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  605. return getattr(self.tk, attr)
  606. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  607. return self.__exec(func, self, *args, **kwargs)
  608. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  609. return func(*args, **kwargs)
  610. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  611. return getattr(self.tk, attr)
  612. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  613. return self.__exec(func, self, *args, **kwargs)
  614. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  615. return func(*args, **kwargs)
  616. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  617. return getattr(self.tk, attr)
  618. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  619. return self.__exec(func, self, *args, **kwargs)
  620. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  621. return func(*args, **kwargs)
  622. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  623. return getattr(self.tk, attr)
  624. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  625. return self.__exec(func, self, *args, **kwargs)
  626. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  627. return func(*args, **kwargs)
  628. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  629. return getattr(self.tk, attr)
  630. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  631. return self.__exec(func, self, *args, **kwargs)
  632. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  633. return func(*args, **kwargs)
  634. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  635. return getattr(self.tk, attr)
  636. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  637. return self.__exec(func, self, *args, **kwargs)
  638. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  639. return func(*args, **kwargs)
  640. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  641. return getattr(self.tk, attr)
  642. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  643. return self.__exec(func, self, *args, **kwargs)
  644. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  645. return func(*args, **kwargs)
  646. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  647. return getattr(self.tk, attr)
  648. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  649. return self.__exec(func, self, *args, **kwargs)
  650. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  651. return func(*args, **kwargs)
  652. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  653. return getattr(self.tk, attr)
  654. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  655. return self.__exec(func, self, *args, **kwargs)
  656. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  657. return func(*args, **kwargs)
  658. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  659. return getattr(self.tk, attr)
  660. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  661. return self.__exec(func, self, *args, **kwargs)
  662. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 42, in __call__
  663. return func(*args, **kwargs)
  664. File "C:\Python33\lib\tkinter\__init__.py", line 1832, in __getattr__
  665. return getattr(self.tk, attr)
  666. File "C:\Users\Samuel\Dropbox\python\courseer\threadbox.py", line 74, in box
  667. return self.__exec(func, self, *args, **kwargs)
  668. File "C:\Users\Samuel\Dropbox\python\courseer\affinity.py", line 40, in __call__
  669. while not self.__action.empty():
  670. File "C:\Python33\lib\queue.py", line 104, in empty
  671. with self.mutex:
  672. RuntimeError: maximum recursion depth exceeded while calling a Python object
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement