You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 4, 2025. It is now read-only.
In Ubuntu 17.04, running StarCategorizer.py in Python 2.7.14 pulls up error
Traceback (most recent call last): File "./StarCategorizer.py", line 153, in <module> viewer = View.View() File "/home/jazz/.local/share/Steam/userdata/(my steam ID)/7/remote/View.py", line 15, in __init__ self.master.iconbitmap(self.resource_path('logo.ico')) File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1701, in wm_iconbitmap return self.tk.call('wm', 'iconbitmap', self._w, bitmap) _tkinter.TclError: bitmap "/home/jazz/.local/share/Steam/userdata/(my steam ID)/7/remote/logo.ico" not definedIf the lines referencing logo.ico in view.py are commented out, it runs just fine.