In python an import of gtk.glade would mean importing a component of gtk called glade, either a function or a class. If you have room, try opening the py file and deleting the .glade from the import statement. This would result in importing the entire gtk module. Could be a versioning thing also if late python uses deprecated module glade. Simon
Andrew Montgomery-Hurrell wrote: > I think you probably want to do a "apt-get install python-glade" or > something to that effect > > On May 7, 2009 5:42 PM, "Terry Coles" <[email protected]> wrote: > > I decided to try the Ubuntu Netbook Remix (UNR) on my wife's Asus EEE and > went > off to the site (https://help.ubuntu.com/community/Installation/FromImgFiles > ) > to find out how to do it using the supplied .img file. Using the packaging > tool that comes with Kubuntu, (KPackageKit), I installed usb-imagewriter > without error. (There were lots of packages, (libs, utilities etc, > installed > as part of this.) > > When I came to run it, I got no response other than a temporary hourglass > from > the desktop. When I tried running it from a terminal, I got: > > te...@beige:~$ sudo imagewriter > [sudo] password for terry: > Traceback (most recent call last): > File "/usr/lib/imagewriter/imagewriter.py", line 22, in <module> > import gtk.glade > ImportError: No module named glade > > I've tried to find out where gtk.glade comes from, but KPackageKit throws up > hundreds of different libraries when I put 'gtk' or 'glade' into its search > bar and nothing when I put in gtk.glade. > > Any thoughts? > > -- > Terry Coles > 64 bit computing with Kubuntu Linux > > > > -- > Dorset LUG: http://dorset.lug.org.uk/ irc://irc.blitzed.org:6667/dorset > List info: https://mailman.lug.org.uk/mailman/listinfo/dorset > Next meeting: Bournemouth, 2009-06-03 20:00 > -- Dorset LUG: http://dorset.lug.org.uk/ irc://irc.blitzed.org:6667/dorset List info: https://mailman.lug.org.uk/mailman/listinfo/dorset Next meeting: Bournemouth, 2009-06-03 20:00

