On Wed, 23 Jul 2008 17:41:50 +0200, Markus Künkler
<[EMAIL PROTECTED]> 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

_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to