$ 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.
I don't believe the fix released...
On Kubuntu 9.04 RC:
$ usb-creator usb-creator" , line 21, in <module> gtk_frontend import GtkFrontend python2. 6/dist- packages/ usbcreator/ gtk_frontend. py", line 25, in <module> python2. 6/dist- packages/ apport_ python_ hook.py" , line 93, in apport_excepthook O_WRONLY| os.O_CREAT| os.O_EXCL) , 'w') _usr_bin_ usb-creator. 1000.crash'
Traceback (most recent call last):
File "/usr/bin/
from usbcreator.
File "/usr/lib/
import gnomevfs
ImportError: No module named gnomevfs
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib/
os.
OSError: [Errno 13] Permission denied: '/var/crash/
Original exception was: usb-creator" , line 21, in <module> gtk_frontend import GtkFrontend python2. 6/dist- packages/ usbcreator/ gtk_frontend. py", line 25, in <module>
Traceback (most recent call last):
File "/usr/bin/
from usbcreator.
File "/usr/lib/
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.