Comment 7 for bug 787126

Revision history for this message
Philippe (philippe-rast) wrote :

btw, if I run lines 40 to 56 from /usr/bin/ubunutone-launch I get the same error:

philippe@pr-ThinkPad-T400:~$ python
Python 2.7.1+ (r271:86832, Apr 11 2011, 18:05:24)
[GCC 4.5.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> import os
>>> U1ROOT = os.path.expanduser('~/Ubuntu One/')
>>> if __name__ == '__main__':
... if not os.path.isdir(U1ROOT):
... sys.exit(1)
...
>>> import dbus
>>> import glib
>>> import gobject
>>> from dbus.mainloop.glib import DBusGMainLoop
>>> from ubuntuone.platform.credentials import CredentialsManagementTool
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: cannot import name CredentialsManagementTool

Is this a phython problem?