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
sudo toga-demo
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/toga/platform/gtk/app.py", line 27, in _startup
self.main_window.app = self
File "/usr/local/lib/python2.7/dist-packages/toga/platform/gtk/window.py", line 61, in app
self._startup()
File "/usr/local/lib/python2.7/dist-packages/toga/platform/gtk/window.py", line 36, in _startup
item_impl.set_icon_widget(toolbar_item.icon._impl_32)
File "/usr/local/lib/python2.7/dist-packages/toga/platform/gtk/widgets/icon.py", line 33, in <lambda>
_impl_32 = property(lambda self: self.__impl(32))
File "/usr/local/lib/python2.7/dist-packages/toga/platform/gtk/widgets/icon.py", line 28, in __impl
GdkPixbuf.Pixbuf.new_from_file(self._filename).scale_simple(size, size, GdkPixbuf.InterpType.BILINEAR)
File "/usr/lib/python2.7/dist-packages/gi/types.py", line 137, in constructor
return info.invoke(cls, *args, **kwargs)
gi._glib.GError: Failed to open file '/usr/local/lib/python2.7/dist-packages/toga_demo/icons/brutus-32.png': No such file or directory
Environment:
Mint 15
Linux 3.8.0-19-generic #29-Ubuntu x86_64 GNU/Linux
Python 2.7
After I copied some random png file as brutus-32.png it ran.
The text was updated successfully, but these errors were encountered:
toga-demo
installed via pipEnvironment:
After I copied some random png file as
brutus-32.png
it ran.The text was updated successfully, but these errors were encountered: