C:\Python34\python.exe C:/Python34/Lib/site-packages/toolkit/window.py
> c:\python34\lib\site-packages\toolkit\window.py(8)<module>()
-> from catalogmaker import *
(Pdb) l
3 import webbrowser
4 from tkinter import ttk
5 from tkinter import messagebox
6 import pdb
7 pdb.set_trace()
8 -> from catalogmaker import *
9 from patronmaker import *
10 from territorymaker import *
11 import os.path
12 import pickle
13
(Pdb) s
--Call--
> <frozen importlib._bootstrap>(2234)_find_and_load()
(Pdb) n
> <frozen importlib._bootstrap>(2236)_find_and_load()
(Pdb) n
> <frozen importlib._bootstrap>(2237)_find_and_load()
(Pdb) n
AttributeError: Can't get attribute 'Patron' on <module '__main__' from 'C:/Python34/Lib/site-packages/toolkit/window.py'>
> <frozen importlib._bootstrap>(2237)_find_and_load()
(Pdb) n
--Return--
> <frozen importlib._bootstrap>(2237)_find_and_load()->None
(Pdb) n
AttributeError: Can't get attribute 'Patron' on <module '__main__' from 'C:/Python34/Lib/site-packages/toolkit/window.py'>
> c:\python34\lib\site-packages\toolkit\window.py(8)<module>()
-> from catalogmaker import *
(Pdb) n
--Return--
> c:\python34\lib\site-packages\toolkit\window.py(8)<module>()->None
-> from catalogmaker import *
(Pdb) n
--Call--
Traceback (most recent call last):
File "C:/Python34/Lib/site-packages/toolkit/window.py", line 8, in <module>
> c:\python34\lib\codecs.py(300)__init__()
-> def __init__(self, errors='strict'):
(Pdb) n
> c:\python34\lib\codecs.py(301)__init__()
-> IncrementalDecoder.__init__(self, errors)
(Pdb) n
> c:\python34\lib\codecs.py(303)__init__()
-> self.buffer = b""
(Pdb) n
--Return--
> c:\python34\lib\codecs.py(303)__init__()->None
-> self.buffer = b""
(Pdb) n
--Call--
> c:\python34\lib\codecs.py(322)getstate()
-> def getstate(self):
(Pdb) n
> c:\python34\lib\codecs.py(324)getstate()
-> return (self.buffer, 0)
(Pdb) n
--Return--
> c:\python34\lib\codecs.py(324)getstate()->(b'', 0)
-> return (self.buffer, 0)
(Pdb) n
--Call--
> c:\python34\lib\codecs.py(310)decode()
-> def decode(self, input, final=False):
(Pdb) n
> c:\python34\lib\codecs.py(312)decode()
-> data = self.buffer + input
(Pdb) n
> c:\python34\lib\codecs.py(313)decode()
-> (result, consumed) = self._buffer_decode(data, self.errors, final)
(Pdb) n
> c:\python34\lib\codecs.py(315)decode()
-> self.buffer = data[consumed:]
(Pdb) n
> c:\python34\lib\codecs.py(316)decode()
-> return result
(Pdb) n
--Return--
> c:\python34\lib\codecs.py(316)decode()->"import sys\r...()\r\n'''\r\n"
-> return result
(Pdb) n
--Call--
> c:\python34\lib\codecs.py(300)__init__()
-> def __init__(self, errors='strict'):
from catalogmaker import *
File "C:\Python34\Lib\site-packages\toolkit\catalogmaker.py", line 1, in <module>
(Pdb) n
> c:\python34\lib\codecs.py(301)__init__()
-> IncrementalDecoder.__init__(self, errors)
(Pdb) n
> c:\python34\lib\codecs.py(303)__init__()
-> self.buffer = b""
(Pdb) n
--Return--
> c:\python34\lib\codecs.py(303)__init__()->None
-> self.buffer = b""
(Pdb) n
--Call--
> c:\python34\lib\codecs.py(322)getstate()
-> def getstate(self):
(Pdb) n
> c:\python34\lib\codecs.py(324)getstate()
-> return (self.buffer, 0)
(Pdb) n
--Return--
> c:\python34\lib\codecs.py(324)getstate()->(b'', 0)
-> return (self.buffer, 0)
(Pdb) n
--Call--
> c:\python34\lib\codecs.py(310)decode()
-> def decode(self, input, final=False):
(Pdb) n
> c:\python34\lib\codecs.py(312)decode()
-> data = self.buffer + input
(Pdb) n
> c:\python34\lib\codecs.py(313)decode()
-> (result, consumed) = self._buffer_decode(data, self.errors, final)
(Pdb) n
> c:\python34\lib\codecs.py(315)decode()
-> self.buffer = data[consumed:]
(Pdb) n
> c:\python34\lib\codecs.py(316)decode()
-> return result
(Pdb) n
--Return--
> c:\python34\lib\codecs.py(316)decode()->"from patronm...\n'''\r\n\r\n"
-> return result
(Pdb) n
from patronmaker import *
File "C:\Python34\Lib\site-packages\toolkit\patronmaker.py", line 5, in <module>
--Call--
> c:\python34\lib\codecs.py(300)__init__()
-> def __init__(self, errors='strict'):
(Pdb) n
> c:\python34\lib\codecs.py(301)__init__()
-> IncrementalDecoder.__init__(self, errors)
(Pdb) n
> c:\python34\lib\codecs.py(303)__init__()
-> self.buffer = b""
(Pdb) n
--Return--
> c:\python34\lib\codecs.py(303)__init__()->None
-> self.buffer = b""
(Pdb) n
--Call--
> c:\python34\lib\codecs.py(322)getstate()
-> def getstate(self):
(Pdb) n
> c:\python34\lib\codecs.py(324)getstate()
-> return (self.buffer, 0)
(Pdb) n
--Return--
> c:\python34\lib\codecs.py(324)getstate()->(b'', 0)
-> return (self.buffer, 0)
(Pdb) n
--Call--
> c:\python34\lib\codecs.py(310)decode()
-> def decode(self, input, final=False):
(Pdb) n
> c:\python34\lib\codecs.py(312)decode()
-> data = self.buffer + input
(Pdb) n
> c:\python34\lib\codecs.py(313)decode()
-> (result, consumed) = self._buffer_decode(data, self.errors, final)
(Pdb) n
> c:\python34\lib\codecs.py(315)decode()
-> self.buffer = data[consumed:]
(Pdb) n
> c:\python34\lib\codecs.py(316)decode()
-> return result
(Pdb) n
--Return--
> c:\python34\lib\codecs.py(316)decode()->"import pickl...'Teresa')\r\n"
-> return result
(Pdb) n
class Patron:
File "C:\Python34\Lib\site-packages\toolkit\patronmaker.py", line 12, in Patron
--Call--
> c:\python34\lib\codecs.py(300)__init__()
-> def __init__(self, errors='strict'):
(Pdb) n
> c:\python34\lib\codecs.py(301)__init__()
-> IncrementalDecoder.__init__(self, errors)
(Pdb) n
> c:\python34\lib\codecs.py(303)__init__()
-> self.buffer = b""
(Pdb) n
--Return--
> c:\python34\lib\codecs.py(303)__init__()->None
-> self.buffer = b""
(Pdb) n
--Call--
> c:\python34\lib\codecs.py(322)getstate()
-> def getstate(self):
(Pdb) n
> c:\python34\lib\codecs.py(324)getstate()
-> return (self.buffer, 0)
(Pdb) n
--Return--
> c:\python34\lib\codecs.py(324)getstate()->(b'', 0)
-> return (self.buffer, 0)
(Pdb) n
--Call--
> c:\python34\lib\codecs.py(310)decode()
-> def decode(self, input, final=False):
(Pdb) n
> c:\python34\lib\codecs.py(312)decode()
-> data = self.buffer + input
(Pdb) n
> c:\python34\lib\codecs.py(313)decode()
-> (result, consumed) = self._buffer_decode(data, self.errors, final)
(Pdb) n
> c:\python34\lib\codecs.py(315)decode()
-> self.buffer = data[consumed:]
(Pdb) n
> c:\python34\lib\codecs.py(316)decode()
-> return result
(Pdb) n
--Return--
> c:\python34\lib\codecs.py(316)decode()->"import pickl...'Teresa')\r\n"
-> return result
(Pdb) n
patrons = pickle.load(f)
AttributeError: Can't get attribute 'Patron' on <module '__main__' from 'C:/Python34/Lib/site-packages/toolkit/window.py'>
--Call--
> c:\python34\lib\threading.py(1279)_shutdown()
-> def _shutdown():
(Pdb) n
> c:\python34\lib\threading.py(1285)_shutdown()
-> tlock = _main_thread._tstate_lock
(Pdb) n
> c:\python34\lib\threading.py(1288)_shutdown()
-> assert tlock is not None
(Pdb) n
> c:\python34\lib\threading.py(1289)_shutdown()
-> assert tlock.locked()
(Pdb) n
> c:\python34\lib\threading.py(1290)_shutdown()
-> tlock.release()
(Pdb) n
> c:\python34\lib\threading.py(1291)_shutdown()
-> _main_thread._stop()
(Pdb) n
> c:\python34\lib\threading.py(1292)_shutdown()
-> t = _pickSomeNonDaemonThread()
(Pdb) n
> c:\python34\lib\threading.py(1293)_shutdown()
-> while t:
(Pdb) n
> c:\python34\lib\threading.py(1296)_shutdown()
-> _main_thread._delete()
(Pdb) n
--Return--
> c:\python34\lib\threading.py(1296)_shutdown()->None
-> _main_thread._delete()
(Pdb) n
Process finished with exit code 1