[Bug 370524] [NEW] GrNotify doesn't start due to module import error

kriomant kriomant at gmail.com
Fri May 1 19:31:34 UTC 2009


Public bug reported:

Binary package hint: grnotify

Ubuntu 9.04
grnotify-1.1.2-0ubuntu1

grnotify fails to start with error:

~$ grnotify
Traceback (most recent call last):
  File "/usr/bin/grnotify", line 18, in <module>
    import GoogleReader
ImportError: No module named GoogleReader

This is because default python version is 2.6:
~$ python --version
Python 2.6.2

but grnotify puts its modules to directory for python-2.5:
~$ dpkg -L grnotify | grep GoogleReader
/usr/lib/python2.5/site-packages/GoogleReader.py
/usr/lib/python2.5/site-packages/GoogleReader-1.1.0.egg-info

grnotify starts successfully with modified PYTHONPATH:
~$ PYTHONPATH=/usr/lib/python2.5/site-packages grnotify

** Affects: grnotify (Ubuntu)
     Importance: Undecided
         Status: New

-- 
GrNotify doesn't start due to module import error
https://bugs.launchpad.net/bugs/370524
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list