> Johan, perhaps we can get a ./configure warning that "You are installing > pygtk into a non-standard directory, and you'll have to fiddle sys.path > to make things work properly."?
You already get this warning if you're using distutils and i rather not touch the autotools system, instead i encourage the use of distutils, just use: ./setup install Or if you want to install it to a different prefix: ./setup install --prefix /usr/local (Since /usr is default on Red Hat systems for example) -- Johan Dahlin <[EMAIL PROTECTED]> Async Open Source _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
