>>>>> "Jean-Baptiste" == Jean-Baptiste Cazier <[EMAIL PROTECTED]> writes:
Jean-Baptiste> I have been designing a couple of applications on
Jean-Baptiste> my linux box based on python + gtk and they work
Jean-Baptiste> just fine. But porting them to any Windows system
Jean-Baptiste> is quite a pain because GTK is not straight forward
Jean-Baptiste> to install on those platforms However, Tcl /Tk is
Jean-Baptiste> very easy to install on both *nix and Windows
Jean-Baptiste> platform.
Well, it's really not too hard:
1 ) Install
http://prdownloads.sourceforge.net/gtk-win/GTK+-Runtime-Environment-2.2.1.1.exe
to c:\GTK, and add C:\GTK\lib and C:\GTK\bin to your PATH.
2) Install
http://www.pcpm.ucl.ac.be/~gustin/win32_ports/binaries/pygtk-1.99.16-thread.win32-py2.2.exe.
You're done. Your pygtk apps will run great on windows.
I think it's fair to say that pygtk2 is more powerful than Tk, and the
apps certainly look a lot nicer.
John Hunter
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/