[PyQt] PyKDE dcopext string marshalling; no unicode chars in a QString?

Hans-Peter Jansen hpj at urpla.net
Mon Apr 30 20:35:57 BST 2007


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



More information about the PyQt mailing list