Recently i added distutils support for pygtk in CVS. To build using distutils:
./setup.py build To enable threading, add --enable-threading To install: ./setup.py install You probably want to add --prefix /usr/local since it defaults to the prefix python is installed, eg /usr. Note, no configure nor autogen.sh is required, so you don't need autoconf/automake/make/libtool/m4/perl to build, just python and gtk+ and friends. You can still use autogen/configure if you prefer. Checking for libraries etc should be pretty robust, but i'm sure there are one or two bugs in there. Report issues here on the mailing list or in bugzilla. Thanks -- 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/
