In that case, take the following bit of advice:As far as I know. My PyGTK apps work, and when I look in /usr/local/lib/python2.3/site-packages, I have a gtk-2.0 folder, as well as pygtk.py file...
I installed PyGTK from the latest source on the PyGTK homepage...
In your case, you probably want to do the following before running configure:Perhaps you should add the directory containing `pygtk-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'pygtk-2.0' found
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
export PKG_CONFIG_PATH
James.
-- Email: [EMAIL PROTECTED] WWW: http://www.daa.com.au/~james/
_______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
