pygtk installing issues

Started by
0 comments, last by GameDev.net 18 years, 5 months ago
It says that it requires glib 2.8.0 or greater. I installed glib 2.8.3 , pkg-config has configured it correctly I think cause when I use pkg-config --modversion glib-2.0 it returns 2.8.3 . But for some wicked version when I try to ./configure pygtk it keeps saying it can't find a right version of glib. any ideas?
------ XYE - A new edition of the classic Kye
Advertisement
Make sure the environmenet variable PKG_CONFIG_PATH is set to the directory where the correct glib.pc is.

This topic is closed to new replies.

Advertisement