hi joshua

thanks for your relpy!

& sure:

$ sudo apt-cache policy python-gnomekeyring

python-gnomekeyring:
  Installed: 2.28.0-0ubuntu1
  Candidate: 2.28.0-0ubuntu1
  Version table:
 *** 2.28.0-0ubuntu1 0
        500 http://ch.archive.ubuntu.com karmic/main Packages
        100 /var/lib/dpkg/status


i don't know if that helps, but:
the installed files for python-gnomekeyring lists 
/usr/lib/pyshared/python2.6/gtk-2.0/gnomekeyring.so as the path i figure is 
relevant here.

when i start python form the command line i am unable to import
gnomekeyring:

$ python
Python 2.6.4 (r264:75706, Nov  2 2009, 14:38:03) 
>>> import gnomekeyring
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named gnomekeyring

the pythonpath is:
>>> import sys; print sys.path
['', '/usr/lib/python2.6', '/usr/lib/python2.6/plat-linux2', 
'/usr/lib/python2.6/lib-tk', '/usr/lib/python2.6/lib-old', 
'/usr/lib/python2.6/lib-dynload', '/usr/lib/python2.6/dist-packages', 
'/usr/lib/python2.6/dist-packages/PIL', 
'/usr/lib/python2.6/dist-packages/gst-0.10', '/usr/lib/pymodules/python2.6', 
'/usr/lib/python2.6/dist-packages/gtk-2.0', 
'/usr/lib/pymodules/python2.6/gtk-2.0', 
'/usr/lib/python2.6/dist-packages/wx-2.8-gtk2-unicode', 
'/usr/local/lib/python2.6/dist-packages']

comparing pythonpath to the path of the keyring above, i am not
surprised that the module is not found. or am i missing something?


anyway, thanks a lot

hiro

-- 
ubuntu-one client crashes
https://bugs.launchpad.net/bugs/480937
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to