[Twisted-Python] Gtk version

Which version of gtk and pygtk should I be using to get twisted GUI's to work on Windows 2000? In this particular case, it's manhole. PyGtk-0.6.11 complains about GDK on every keystroke: This is after the GUI comes up: setting login report 'connecting...' -:1: error: invalid string constant "Console_stdout", expected valid string constant It does let me log in using the user and password entered when I made the tap. Every keystroke causes this: Traceback (most recent call last): File "J:\Python22\Lib\site-packages\pygtk\gtk.py", line 127, in __call__ ret = apply(self.func, a) File "J:\Python22\lib\site-packages\twisted\manhole\ui\pywidgets.py", line 63, in processKey isMeta = event.state & gtk.GDK.MOD4_MASK AttributeError: 'module' object has no attribute 'GDK' PyGtk-1.99.11-libglade dies with: J:\twila>manhole Traceback (most recent call last): File "J:\python22\scripts\manhole.py", line 33, in ? from twisted.scripts import manhole File "J:\Python22\Lib\site-packages\twisted\scripts\manhole.py", line 23, in ? from twisted.spread.ui import gtkutil File "J:\Python22\lib\site-packages\twisted\spread\ui\gtkutil.py", line 62, in ? class GetString(gtk.GtkWindow): AttributeError: 'module' object has no attribute 'GtkWindow' PyGtk-0.6.11 seems to be using gtk+-1.3.0 PyGtk-1.99.11-libglade uses gtk2_libraries-win32.zip Thanks, David LeBlanc Seattle, WA USA

On Wed, Jan 22, 2003 at 05:08:17PM -0800, David LeBlanc wrote:
I think this might be your problem. Try Gtk 1.2.x. -- Twisted | Christopher Armstrong: International Man of Twistery Radix | Release Manager, Twisted Project ---------+ http://twistedmatrix.com/users/radix.twistd/

Quoting David LeBlanc <whisper@oz.net>:
Can you tell me where I can find a Windows version of Gtk 1.2.x?
try the gimp for windows page (just google for it :) greetings -- LordVan(ThomasR) -----BEGIN GEEK CODE BLOCK----- GCS/CC/E/M/MU/S d- s: a--- C++++(++) UL++++ P+ L++++ E W+++ N+++ o-- K w-- O M-- V- PS+ PE-- Y++ PGP+++ t+++ 5+ X- R tv b++++ DI- D+ G++ e-->+++++ h-- !r z- ------END GEEK CODE BLOCK------ ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/

On Wed, Jan 22, 2003 at 05:08:17PM -0800, David LeBlanc wrote:
I think this might be your problem. Try Gtk 1.2.x. -- Twisted | Christopher Armstrong: International Man of Twistery Radix | Release Manager, Twisted Project ---------+ http://twistedmatrix.com/users/radix.twistd/

Quoting David LeBlanc <whisper@oz.net>:
Can you tell me where I can find a Windows version of Gtk 1.2.x?
try the gimp for windows page (just google for it :) greetings -- LordVan(ThomasR) -----BEGIN GEEK CODE BLOCK----- GCS/CC/E/M/MU/S d- s: a--- C++++(++) UL++++ P+ L++++ E W+++ N+++ o-- K w-- O M-- V- PS+ PE-- Y++ PGP+++ t+++ 5+ X- R tv b++++ DI- D+ G++ e-->+++++ h-- !r z- ------END GEEK CODE BLOCK------ ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/
participants (3)
-
Christopher Armstrong
-
David LeBlanc
-
Thomas Raschbacher