On 23 May 2011 10:52, Benjamin Trias <[email protected]> wrote: > Hello List, > > I could not find the Gdk.atom_intern() in my gi.repository and thereby > assume that my computer is not endowed with the latest version of PyGobject. > However, I am having difficulties installing PyGI: > > Here is what configuration returns: > > $ ./configuration > ... > ... > checking for GLIB - version >= 2.24.0... > *** 'pkg-config --modversion glib-2.0' returned 2.24.2, but GLIB (2.28.6) > *** was found! If pkg-config was correct, then it is best > *** to remove the old version of GLib. You may also be able to fix the error > *** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing > *** /etc/ld.so.conf. Make sure you have run ldconfig if that is > *** required on your system. > *** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH > *** to point to the correct configuration files > > I am not sure as to how I should go about doing what is instructed. Could > anyone guide me? Thanks. > > Regards, > Benjamin >
Dear list, Hi, i figured out the GLIB config file was misplaced, i ran: export PKG_CONFIG_PATH="/usr/lib/i386-linux-gnu/pkgconfig:$PKG_CONFIG_PATH" Which solved my problem. Regards, B. _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
