GUI's etc: PyGtk on Windows
Travis Oliphant
olipt at mayo.edu
Fri Jul 2 14:14:42 EDT 1999
More information about the Python-list mailing list
Fri Jul 2 14:14:42 EDT 1999
- Previous message (by thread): C shared object files
- Next message (by thread): GUI's etc: PyGtk on Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Previously I mentioned that Gtk works on any system with an X server, which is true. I also want to point out that Gtk is a cross-platform solution because there is a port of the GDK (the underlying windowing calls that Gtk uses) for Win32. You can find a link at http://www.gtk.org >From what I've read it looks like Gtk was intentionally written on top of GDK so that a port of GDK would make Gtk available. The person who wrote the GDK port to Win32 did it to get the GIMP to run on Windows. There are screenshots of the result available on the site. So if someone develops mainly for X and just wants to make sure that it is not impossible to run on Windows, you can use PyGTK. In fact a great program using GTK can be a strong motivator to get the ports of GDK going. Just some thoughts, Travis
- Previous message (by thread): C shared object files
- Next message (by thread): GUI's etc: PyGtk on Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list