Quote
Exception in Tkinter callback
Traceback (most recent call last):
File "C:\ohjelmia\Python27\lib\lib-tk\Tkinter.py", line 1542, in __call__
return self.func(*args)
File "pybin.pyw", line 2272, in open
self.reload_canvas()
File "pybin.pyw", line 1943, in reload_canvas
reorder = node.update_display() or reorder
File "pybin.pyw", line 1270, in update_display
reorder = self.update_dialog() or reorder
File "pybin.pyw", line 943, in update_dialog
left = self.toplevel.dialog_asset(DialogBIN.DIALOG_ASSET_BUTTON_MID_LEFT)
File "pybin.pyw", line 1729, in dialog_asset
if self.dlggrp and self.background:
File "C:\ohjelmia\Python27\lib\lib-tk\Tkinter.py", line 1904, in __getattr__
return getattr(self.tk, attr)
AttributeError: background
Traceback (most recent call last):
File "C:\ohjelmia\Python27\lib\lib-tk\Tkinter.py", line 1542, in __call__
return self.func(*args)
File "pybin.pyw", line 2272, in open
self.reload_canvas()
File "pybin.pyw", line 1943, in reload_canvas
reorder = node.update_display() or reorder
File "pybin.pyw", line 1270, in update_display
reorder = self.update_dialog() or reorder
File "pybin.pyw", line 943, in update_dialog
left = self.toplevel.dialog_asset(DialogBIN.DIALOG_ASSET_BUTTON_MID_LEFT)
File "pybin.pyw", line 1729, in dialog_asset
if self.dlggrp and self.background:
File "C:\ohjelmia\Python27\lib\lib-tk\Tkinter.py", line 1904, in __getattr__
return getattr(self.tk, attr)
AttributeError: background
And once PyBIN works for 1.16 bin files, would be neat to have support for 1.20 ones as well. They have had some format changes, not sure about all of them. Some flags seem to have changed and there are new 2 bytes (padding? not sure) around offset 0x20 for all controls, so anything after that is offset by 2 bytes from the 1.16 format.
None.