hello,
trying to display a single combo box designed with glade-2 on a linux box, pygtk/win32 produces the following error and the combobox is not displayed correctly. (In fact, it seems that the GtkEntry widget is displayed separately first; after operationg the dropdown button it flips into the correct window).
(glade-demo.py:1680): libglade-WARNING **: could not find internal child `entry' in parent of type 'GtkCombo' (glade-demo.py:1680): libglade-WARNING **: unknown property `selection_mode' for class `GtkWindow'
installed software: glade-2.0.1 Win2000 Python-2.3.3 GTK-Runtime-Environment-2.2.4-2 pygtk-2.2.0-1.win32-py2.3
The libglade DLL provided in the GTK-Runtime (at version 2.2.4-2) has some bugs. Please try my (temporary) port
http://www.pcpm.ucl.ac.be/~gustin/win32_ports/binaries/libglade-2.0.1-win32.zip
Do not extract the all zip file but instead...
1. Overwrite the libglade-2.0-0.dll in the GTK+ runtime (usually in C:\Program Files\Common Files\GTK\2.0\bin)
2. Duplicate C:\Program Files\Common Files\GTK\2.0\lib\intl.dll and rename it to libintl-1.dll
3. Restart your pygtk script
Hope it helps.
Cedric
_______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
