[Twisted-Python] GtkWindow
![](https://secure.gravatar.com/avatar/792121149081c9c0fd251c5bbc7691cb.jpg?s=120&d=mm&r=g)
hello I have a pb (the same as the thread "Gtk version" when I try to run manhole: " Traceback (most recent call last): File "/usr/bin/manhole", line 33, in ? from twisted.scripts import manhole File "/usr/lib/python2.2/site-packages/twisted/scripts/manhole.py", line 23, in ? from twisted.spread.ui import gtkutil File "/usr/lib/python2.2/site-packages/twisted/spread/ui/gtkutil.py", line 62, in ? class GetString(gtk.GtkWindow): AttributeError: 'module' object has no attribute 'GtkWindow' " And if I look at the official page of PyGtk (http://www.daa.com.au/~james/software/pygtk/index.html) I found this exemple : [...] window = gtk.Window(gtk.WINDOW_TOPLEVEL) # create a top level window [...] manhole pygtk seems to be outdated ! any idea ? thx
![](https://secure.gravatar.com/avatar/9011310c6d9d5fcbf4b52d9d96ceb5e8.jpg?s=120&d=mm&r=g)
On Fri, 2003-02-28 at 10:31, Philippe Lafoucrière wrote:
manhole pygtk seems to be outdated !
It is you sir who are outdated! That is to say, this was Fixed In CVS on or about Feb 23rd, and will be in the next release. Cheers, - Kevin -- The moon is new, 2.0% illuminated, 28.2 days old.
![](https://secure.gravatar.com/avatar/9011310c6d9d5fcbf4b52d9d96ceb5e8.jpg?s=120&d=mm&r=g)
On Fri, 2003-02-28 at 10:31, Philippe Lafoucrière wrote:
manhole pygtk seems to be outdated !
It is you sir who are outdated! That is to say, this was Fixed In CVS on or about Feb 23rd, and will be in the next release. Cheers, - Kevin -- The moon is new, 2.0% illuminated, 28.2 days old.
participants (2)
-
Kevin Turner
-
Philippe Lafoucrière