Hello, I need to write a programm for Windows. As this is not my prefered platform, I'd like to make it crossplattform, so that I can program on Linux.
As I like GTK and Python pygtk seems like the right choice for me. Some time ago I did some testing and got all the pieces including libglade support for python on Windows working. But this all GTK 1.2 Now with GTK 2.0 going stable I was thinking that it might be best to port the whole thing over as long as I haven't done so much work yet. But that's where the problems started. I can't find a compiled libglade module for GTK 2.0 and Python. The pygtk 1.99.xx packages seem to include libglade support already, but the ready compiled installer I found on http://www.pcpm.ucl.ac.be/~gustin/win32_ports/beta/ does not. Not giving up so easily I tried to crosscompile the source package an my Linux box for the i586-mingw32msvc target, but I failed. As I can't believe I'm the only one trying to use GTK2.0 and libglade with Python on Win32, I thought maybe someone else could give me some hints how to get all the pieces together. Thanks a lot, Lars -- "Multiple exclamation marks," he went on, shaking his head, "are a sure sign of a diseased mind." -- Terry Pratchett, Eric _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
