Comment 10 for bug 316077

Revision history for this message
FriedChicken (domlyons) wrote :

I don't believe the fix released...

On Kubuntu 9.04 RC:

$ usb-creator
Traceback (most recent call last):
  File "/usr/bin/usb-creator", line 21, in <module>
    from usbcreator.gtk_frontend import GtkFrontend
  File "/usr/lib/python2.6/dist-packages/usbcreator/gtk_frontend.py", line 25, in <module>
    import gnomevfs
ImportError: No module named gnomevfs
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/apport_python_hook.py", line 93, in apport_excepthook
    os.O_WRONLY|os.O_CREAT|os.O_EXCL), 'w')
OSError: [Errno 13] Permission denied: '/var/crash/_usr_bin_usb-creator.1000.crash'

Original exception was:
Traceback (most recent call last):
  File "/usr/bin/usb-creator", line 21, in <module>
    from usbcreator.gtk_frontend import GtkFrontend
  File "/usr/lib/python2.6/dist-packages/usbcreator/gtk_frontend.py", line 25, in <module>
    import gnomevfs
ImportError: No module named gnomevfs

I've tried
   $ sudo apt-get install --reinstall usb-creator
to see if there are unresolved dependecies. But there were none.

After installing python-gnome2 it worked.
I think this dependency should be added until the release of Jaunty.