I now officially hate pygtk.pth. On Mon, Jan 20, 2003 at 01:27:32PM -0500, joehill wrote: > Then I ran make install as root and found that it had installed to this > directory > > /usr/local/lib/python2.2/site-packages/gtk-2.0 > > which is one of the directories mentioned by rox support. > > still, rox edit will not run.
What rox support didn't tell you is that the prefix where your package is installed *does* matter, and that /usr and /usr/local are not the same: if the python version you are using is installed to the prefix /usr then you *must* install pygtk to the same prefix. This means, yes, that you need to supply --prefix=/usr to pygtk's configure. A python -v will tell you what prefix is being used by default (just see from where site.py is being loaded). Take care, -- Christian Reis, Senior Engineer, Async Open Source, Brazil. http://async.com.br/~kiko/ | [+55 16] 261 2331 | NMFL _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
