I have done a bit more work on ExtensionClass based pygtk, and have got to
a stage where others may want to try it out. I put together a tarball for
people who don't have CVS access, or don't want to use it. It is
available at:
ftp://ftp.daa.com.au/pub/james/python/pygtk-0.7.0-unstable-dont-use.tar.gz
(the name is just so people don't complain too much when it breaks their
system if they try to install it).
To build it, do the following:
./configure --prefix=/usr # or whatever your python prefix is
make
I don't recommend installing it, as it is not complete and will probably
not work on all setups. You can test it out from the build directory
though.
Pygtk uses libtool now, so to use it without installing it, you will
either have to set up some symlinks for the shared libraries, or make your
program import ltihooks before importing gtk. Ltihooks is a small set of
import hooks that treats .la files as extensions, and resolves the real
location of the shared library.
The single wrapper stuff is working correctly now, so that can be tested
out.
Post your comments about the code to the list.
James.
--
Email: [EMAIL PROTECTED]
WWW: http://www.daa.com.au/~james/
-
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]