syncany-team team mailing list archive
-
syncany-team team
-
Mailing list archive
-
Message #00265
[Bug 802550] [NEW] File \"/usr/share/syncany/bin/native.py\", line 45, in <module> import pynotify ImportError: No module named pynotify
Public bug reported:
I received this via the crash report tool:
java.lang.Exception: PYTHON SCRIPT ERROR:
Traceback (most recent call last):
File \"/usr/share/syncany/bin/native.py\", line 45, in <module>
import pynotify
ImportError: No module named pynotify
at org.syncany.gui.linux.LinuxNativeClient.startService(LinuxNativeClient.java:305)
at org.syncany.gui.linux.LinuxNativeClient.init(LinuxNativeClient.java:86)
at org.syncany.gui.tray.linux.LinuxTray.init(LinuxTray.java:51)
at org.syncany.Application.initUI(Application.java:175)
at org.syncany.Application.start(Application.java:105)
at org.syncany.Syncany.start(Syncany.java:92)
at org.syncany.Syncany.main(Syncany.java:49)
I suppose this has to do with an uninstalled python-notify package. This
should be resolved as soon as the package is installed.
** Affects: syncany
Importance: Low
Assignee: Philipp C. Heckel (binwiederhier)
Status: Fix Committed
** Changed in: syncany
Assignee: (unassigned) => Philipp C. Heckel (binwiederhier)
--
You received this bug notification because you are a member of Syncany
Team, which is subscribed to Syncany.
https://bugs.launchpad.net/bugs/802550
Title:
File \"/usr/share/syncany/bin/native.py\", line 45, in <module>
import pynotify ImportError: No module named pynotify
Status in Syncany:
Fix Committed
Bug description:
I received this via the crash report tool:
java.lang.Exception: PYTHON SCRIPT ERROR:
Traceback (most recent call last):
File \"/usr/share/syncany/bin/native.py\", line 45, in <module>
import pynotify
ImportError: No module named pynotify
at org.syncany.gui.linux.LinuxNativeClient.startService(LinuxNativeClient.java:305)
at org.syncany.gui.linux.LinuxNativeClient.init(LinuxNativeClient.java:86)
at org.syncany.gui.tray.linux.LinuxTray.init(LinuxTray.java:51)
at org.syncany.Application.initUI(Application.java:175)
at org.syncany.Application.start(Application.java:105)
at org.syncany.Syncany.start(Syncany.java:92)
at org.syncany.Syncany.main(Syncany.java:49)
I suppose this has to do with an uninstalled python-notify package.
This should be resolved as soon as the package is installed.
To manage notifications about this bug go to:
https://bugs.launchpad.net/syncany/+bug/802550/+subscriptions
Follow ups
References