Am Montag, 30. April 2007 16:22 schrieb Danny Pansters: > > The code that does the video capturing is written in C and used in the > rest of the app as a python module (using SWIG to expose a dozen simple > control functions).
You may want to do yourself a favour and wrap that stuff with sip. That's exactly the kind of tasks, sip was invented for. Sure, swig isn't bad, but sip will create a single importable .so in less time, without any auxiliary python wrapper modules with better load time and run time performance. Pete _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
