fork download
  1. C:\Python34\python.exe C:/Python34/Lib/site-packages/toolkit/window.py
  2. {'ACTIVE': 'active',
  3. 'ALL': 'all',
  4. 'ANCHOR': 'anchor',
  5. 'ARC': 'arc',
  6. 'BASELINE': 'baseline',
  7. 'BEVEL': 'bevel',
  8. 'BOTH': 'both',
  9. 'BOTTOM': 'bottom',
  10. 'BROWSE': 'browse',
  11. 'BUTT': 'butt',
  12. 'BaseWidget': <class 'tkinter.BaseWidget'>,
  13. 'BitmapImage': <class 'tkinter.BitmapImage'>,
  14. 'BooleanVar': <class 'tkinter.BooleanVar'>,
  15. 'Button': <class 'tkinter.Button'>,
  16. 'CASCADE': 'cascade',
  17. 'CENTER': 'center',
  18. 'CHAR': 'char',
  19. 'CHECKBUTTON': 'checkbutton',
  20. 'CHORD': 'chord',
  21. 'COMMAND': 'command',
  22. 'CURRENT': 'current',
  23. 'CallWrapper': <class 'tkinter.CallWrapper'>,
  24. 'Canvas': <class 'tkinter.Canvas'>,
  25. 'Checkbutton': <class 'tkinter.Checkbutton'>,
  26. 'DISABLED': 'disabled',
  27. 'DOTBOX': 'dotbox',
  28. 'DoubleVar': <class 'tkinter.DoubleVar'>,
  29. 'E': 'e',
  30. 'END': 'end',
  31. 'EW': 'ew',
  32. 'EXCEPTION': 8,
  33. 'EXTENDED': 'extended',
  34. 'Entry': <class 'tkinter.Entry'>,
  35. 'Event': <class 'tkinter.Event'>,
  36. 'FALSE': 0,
  37. 'FIRST': 'first',
  38. 'FLAT': 'flat',
  39. 'Frame': <class 'tkinter.Frame'>,
  40. 'GROOVE': 'groove',
  41. 'Grid': <class 'tkinter.Grid'>,
  42. 'HIDDEN': 'hidden',
  43. 'HORIZONTAL': 'horizontal',
  44. 'INSERT': 'insert',
  45. 'INSIDE': 'inside',
  46. 'Image': <class 'tkinter.Image'>,
  47. 'IntVar': <class 'tkinter.IntVar'>,
  48. 'LAST': 'last',
  49. 'LEFT': 'left',
  50. 'Label': <class 'tkinter.Label'>,
  51. 'LabelFrame': <class 'tkinter.LabelFrame'>,
  52. 'Listbox': <class 'tkinter.Listbox'>,
  53. 'MITER': 'miter',
  54. 'MOVETO': 'moveto',
  55. 'MULTIPLE': 'multiple',
  56. 'Menu': <class 'tkinter.Menu'>,
  57. 'Menubutton': <class 'tkinter.Menubutton'>,
  58. 'Message': <class 'tkinter.Message'>,
  59. 'Misc': <class 'tkinter.Misc'>,
  60. 'N': 'n',
  61. 'NE': 'ne',
  62. 'NO': 0,
  63. 'NONE': 'none',
  64. 'NORMAL': 'normal',
  65. 'NS': 'ns',
  66. 'NSEW': 'nsew',
  67. 'NUMERIC': 'numeric',
  68. 'NW': 'nw',
  69. 'NoDefaultRoot': <function NoDefaultRoot at 0x01EEC930>,
  70. 'OFF': 0,
  71. 'ON': 1,
  72. 'OUTSIDE': 'outside',
  73. 'OptionMenu': <class 'tkinter.OptionMenu'>,
  74. 'PAGES': 'pages',
  75. 'PIESLICE': 'pieslice',
  76. 'PROJECTING': 'projecting',
  77. 'Pack': <class 'tkinter.Pack'>,
  78. 'PanedWindow': <class 'tkinter.PanedWindow'>,
  79. 'PhotoImage': <class 'tkinter.PhotoImage'>,
  80. 'Place': <class 'tkinter.Place'>,
  81. 'RADIOBUTTON': 'radiobutton',
  82. 'RAISED': 'raised',
  83. 'READABLE': 2,
  84. 'RIDGE': 'ridge',
  85. 'RIGHT': 'right',
  86. 'ROUND': 'round',
  87. 'Radiobutton': <class 'tkinter.Radiobutton'>,
  88. 'S': 's',
  89. 'SCROLL': 'scroll',
  90. 'SE': 'se',
  91. 'SEL': 'sel',
  92. 'SEL_FIRST': 'sel.first',
  93. 'SEL_LAST': 'sel.last',
  94. 'SEPARATOR': 'separator',
  95. 'SINGLE': 'single',
  96. 'SOLID': 'solid',
  97. 'SUNKEN': 'sunken',
  98. 'SW': 'sw',
  99. 'Scale': <class 'tkinter.Scale'>,
  100. 'Scrollbar': <class 'tkinter.Scrollbar'>,
  101. 'Spinbox': <class 'tkinter.Spinbox'>,
  102. 'StringVar': <class 'tkinter.StringVar'>,
  103. 'Studbutton': <class 'tkinter.Studbutton'>,
  104. 'TOP': 'top',
  105. 'TRUE': 1,
  106. 'Tcl': <function Tcl at 0x01EECF60>,
  107. 'TclError': <class '_tkinter.TclError'>,
  108. 'TclVersion': 8.6,
  109. 'Text': <class 'tkinter.Text'>,
  110. 'Tk': <class 'tkinter.Tk'>,
  111. 'TkVersion': 8.6,
  112. 'Toplevel': <class 'tkinter.Toplevel'>,
  113. 'Tributton': <class 'tkinter.Tributton'>,
  114. 'UNDERLINE': 'underline',
  115. 'UNITS': 'units',
  116. 'VERTICAL': 'vertical',
  117. 'Variable': <class 'tkinter.Variable'>,
  118. 'W': 'w',
  119. 'WORD': 'word',
  120. 'WRITABLE': 4,
  121. 'Widget': <class 'tkinter.Widget'>,
  122. 'Wm': <class 'tkinter.Wm'>,
  123. 'X': 'x',
  124. 'XView': <class 'tkinter.XView'>,
  125. 'Y': 'y',
  126. 'YES': 1,
  127. 'YView': <class 'tkinter.YView'>,
  128. '__builtins__': <module 'builtins' (built-in)>,
  129. '__cached__': None,
  130. '__doc__': None,
  131. '__file__': 'C:/Python34/Lib/site-packages/toolkit/window.py',
  132. '__loader__': <_frozen_importlib.SourceFileLoader object at 0x01C33770>,
  133. '__name__': '__main__',
  134. '__package__': None,
  135. '__spec__': None,
  136. 'constants': <module 'tkinter.constants' from 'C:\\Python34\\lib\\tkinter\\constants.py'>,
  137. 'getboolean': <function getboolean at 0x01EECF18>,
  138. 'getdouble': <class 'float'>,
  139. 'getint': <class 'int'>,
  140. 'image_names': <function image_names at 0x01EF66F0>,
  141. 'image_types': <function image_types at 0x01F03150>,
  142. 'mainloop': <function mainloop at 0x01EECA08>,
  143. 'messagebox': <module 'tkinter.messagebox' from 'C:\\Python34\\lib\\tkinter\\messagebox.py'>,
  144. 'pprint': <function pprint at 0x0202CFA8>,
  145. 're': <module 're' from 'C:\\Python34\\lib\\re.py'>,
  146. 'sys': <module 'sys' (built-in)>,
  147. 'ttk': <module 'tkinter.ttk' from 'C:\\Python34\\lib\\tkinter\\ttk.py'>,
  148. 'wantobjects': 1,
  149. 'webbrowser': <module 'webbrowser' from 'C:\\Python34\\lib\\webbrowser.py'>}
  150. Traceback (most recent call last):
  151. File "C:/Python34/Lib/site-packages/toolkit/window.py", line 8, in <module>
  152. from catalogmaker import *
  153. File "C:\Python34\Lib\site-packages\toolkit\catalogmaker.py", line 1, in <module>
  154. from patronmaker import *
  155. File "C:\Python34\Lib\site-packages\toolkit\patronmaker.py", line 4, in <module>
  156. class Patron:
  157. File "C:\Python34\Lib\site-packages\toolkit\patronmaker.py", line 11, in Patron
  158. patrons = pickle.load(f)
  159. AttributeError: Can't get attribute 'Patron' on <module '__main__' from 'C:/Python34/Lib/site-packages/toolkit/window.py'>
  160.  
  161. Process finished with exit code 1
  162.  
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