i type 

PKG_CONFIG_PATH=/Library/Frameworks/GLib.framework/Resources/dev/lib/pkgconfig:/Library/Frameworks/Gtk.framework/Resources/dev/lib/pkgconfig:/Library/Frameworks/Cairo.framework/Resources/dev/lib/pkgconfig:/Library/Frameworks/Python.framework/Versions/2.5/lib/pkgconfig:
./configure --prefix=/Library/Frameworks/Python.framework/Versions/2.5

with 
PKG_CONFIG_PATH=/Library/Frameworks/GLib.framework/Resources/dev/lib/pkgconfig:
-> for Glib
/Library/Frameworks/Gtk.framework/Resources/dev/lib/pkgconfig: -> for gtk
/Library/Frameworks/Cairo.framework/Resources/dev/lib/pkgconfig: -> for
cairo
/Library/Frameworks/Python.framework/Versions/2.5/lib/pkgconfig    -> for
pygobject.2.0.pc, you need to find this file in your system
./configure --prefix=/Library/Frameworks/Python.framework/Versions/2.5  ->
my python 
-- 
View this message in context: 
http://www.nabble.com/Gtk-issues-tp23803508p23920808.html
Sent from the Python - pythonmac-sig mailing list archive at Nabble.com.

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to