From: Ferengi <bi...@cl...> - 2006-07-13 05:17:31
|
> From: Kevin Dwyer <ke...@ph...> > Date: Tue, 25 Apr 2006 22:12:07 -0400 > > A friend of mine recently gave my python version of bidwatcher a go on > Windows > > What packages are necessary to get this running? I get: > > ./bidwatcher.py > Traceback (most recent call last): > File "./bidwatcher.py", line 24, in ? > from twisted.internet import gtk2reactor > File "/usr/lib/python2.4/site-packages/twisted/internet/gtk2reactor.py", line 37, in ? > import gobject > ImportError: No module named gobject > > > twisted-2.0.1 is installed. You definitely need twisted. You also need pygtk >= 2.0. I don't remember if there is anything else right now. * dev-python/pygtk Latest version available: 2.8.2 With 2.8.2 now installed, a new error: ./bidwatcher.py Traceback (most recent call last): File "./bidwatcher.py", line 37, in ? import gnome.ui ImportError: No module named gnome.ui I'm not running the Gnome window manager. r |