[PyQt] building a sip module

Phil Thompson phil at riverbankcomputing.com
Wed Jul 23 16:50:12 BST 2008


On Wed, 23 Jul 2008 17:41:50 +0200, Markus Künkler
<markus.kuenkler at gmx.de> wrote:
> Hello!
> I tried to build a own sip module for enabling compositing in PyQt4 apps.
> but somehow the configs i did doesn't work.
> I get a segmentation fault here (configure.py):
> 
> os.system(" ".join([config.sip_bin, "-c", ".", "-b", build_file, "-I", 
> config.pyqt_sip_dir, qt_sip_flags, "qcomposite.sip"]))
> 
> can anybody help me? 
> thanks!

You won't get a segfault from configure.py but you might from sip itself. I
don't get a segfault so you might make sure you are using the latest sip.

Phil



More information about the PyQt mailing list