I have written a scripting interface for my C++ app using sip and some C++ code to initialize the python module and add an entry-point python object to interface with the app engine. All of that was really straight forward, so first off a big thanks to Phil. sip has come really a long way in the last couple of years!
My problem is that I exlusively use qmake for my build system and I'd like to incorporate my sip code as a static python module in my C++ app. Anyone ever tried this before? Am I stuck with scripting (seems like a hack) in qmake using system()? thanks! -- Patrick Kidd Stinson http://www.patrickkidd.com/ http://pkaudio.sourceforge.net/ http://pksampler.sourceforge.net/ _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
