Re: compiling qt app extensions with distutils

2011-07-22 Thread strattonbrazil
> > I have a simple Qt app that renders a scene in OpenGL does some very > > basic geometry routines.  I originally was planning extending my app > > just by including Python.h and the corresponding lib possibly using > > pythonqt, but every time I brought it up on the python mailing list, > > many

Re: compiling qt app extensions with distutils

2011-07-22 Thread strattonbrazil
am, Thomas Jollans wrote: > On 22/07/11 15:43, strattonbrazil wrote: > > > I'd like to extend my C++ Qt applicaition using distutils.  Looking > > over the tutorial docs (http://docs.python.org/extending/ > > building.html#building), it seems fairly intuitive for simpl

compiling qt app extensions with distutils

2011-07-22 Thread strattonbrazil
I'd like to extend my C++ Qt applicaition using distutils. Looking over the tutorial docs (http://docs.python.org/extending/ building.html#building), it seems fairly intuitive for simple examples, but I'm already using a rather complex qmake/Makefile system to get all my cpp files and libraries in