2005/8/14, gjc <[EMAIL PROTECTED]>: > It seems you are not linking with pango >= 1.9.1, as you should. It's > strange also because pygtk automatically includes replacement > pango_*_get_type() functions when they're not available, which seems to > indicate that you may be including pango headers for one (newer) version > but linking with an older version.
Yes, I'm using pango win32 build found here: http://ftp.gnome.org/pub/gimp/gtk/v2.7/win32/ I think there is an error in these builds, because when I do a: `$ grep pango_.*_get_type /usr/lib/libpango*` on linux I found these functions, but not on win32 -- /Vittorio Palmisano/ Home Page: http://redclay.altervista.org _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
