Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2015
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. Exception in Tkinter callback
  2. Traceback (most recent call last):
  3. File "C:\Python27\lib\lib-tk\Tkinter.py", line 1532, in __call__
  4. return self.func(*args)
  5. File "D:\BACK UP SORTED\SC\MODDING\PyMS\PySPK.pyw", line 1102, in saveas
  6. self.save()
  7. File "D:\BACK UP SORTED\SC\MODDING\PyMS\PySPK.pyw", line 1088, in save
  8. self.spk.save_file(self.file)
  9. File "D:\BACK UP SORTED\SC\MODDING\PyMS\Libs\SPK.py", line 162, in save_file
  10. f.write(self.save_data())
  11. File "D:\BACK UP SORTED\SC\MODDING\PyMS\Libs\SPK.py", line 184, in save_data
  12. headers += struct.pack('<HHL', star.x, star.y, images[lookup])
  13. error: ushort format requires 0 <= number <= USHRT_MAX
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement