setup.py does not work

Bug #269773 reported by probono
10
Affects Status Importance Assigned to Milestone
usb-creator (Ubuntu)
Fix Released
Low
Unassigned

Bug Description

Binary package hint: usb-creator

root@ubuntu:/home/ubuntu/trunk# python setup.py

apparently doesn't work, since:

ubuntu@ubuntu:~$ usb-creator

(usb-creator:12923): libglade-WARNING **: could not find glade file '/usr/share/usb-creator/usbcreator.glade'
Traceback (most recent call last):
  File "/usr/bin/usb-creator", line 25, in <module>
    main()
  File "/usr/bin/usb-creator", line 22, in main
    f = GtkFrontend()
  File "/usr/lib/python2.5/site-packages/usbcreator/gtk_frontend.py", line 33, in __init__
    self.glade = gtk.glade.XML('/usr/share/usb-creator/usbcreator.glade')
RuntimeError: could not create GladeXML object

Revision history for this message
Evan (ev) wrote :

As this project is specific to Ubuntu, setup.py wasn't configured fully. This can be fixed, but it is low priority as `debuild` is sufficient currently.

Changed in usb-creator:
importance: Undecided → Low
status: New → Confirmed
Revision history for this message
Evan (ev) wrote :

This finally works. I've just tested the following with usb-creator 0.2.7:
python setup.py build
sudo python setup.py install --prefix=/usr

Changed in usb-creator (Ubuntu):
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.