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
This is what I see when I run pronterface from an updated Fedora package:
Traceback (most recent call last):
File "/usr/bin/pronterface", line 62, in <module>
app = PronterApp(False)
File "/usr/lib64/python3.6/site-packages/printrun/pronterface.py", line 2350, in __init__
self.mainwindow = PronterWindow(self)
File "/usr/lib64/python3.6/site-packages/printrun/pronterface.py", line 184, in __init__
self.SetIcon(wx.Icon(iconfile("pronterface.png"), wx.BITMAP_TYPE_PNG))
File "/usr/lib64/python3.6/site-packages/printrun/utils.py", line 78, in iconfile
return pixmapfile(filename)
File "/usr/lib64/python3.6/site-packages/printrun/utils.py", line 109, in pixmapfile
'/usr/share/pixmaps'])
File "/usr/lib64/python3.6/site-packages/printrun/utils.py", line 100, in lookup_file
if sys.frozen: prefixes+=[getattr(sys, "_MEIPASS", os.path.dirname(os.path.abspath(__file__))),]
AttributeError: module 'sys' has no attribute 'frozen'
Note it doesn't happen when I run pronterface from sources. Will investigate.
The text was updated successfully, but these errors were encountered:
hroncok
added
the
2.x
Non-breaking features and fixes suitable for inclusion in future Printrun 2.x minor releases
label
Mar 23, 2018
After c41e643
This is what I see when I run pronterface from an updated Fedora package:
Note it doesn't happen when I run pronterface from sources. Will investigate.
The text was updated successfully, but these errors were encountered: