[PyKDE] QwidgetFactory.create() SIGSEGV in latest SIP/PyQt

2006-04-03 Thread Michal Křenek
Hello, after upgrade to SIP 4.4 and PyQt 3.16, all my PyQT programs which uses QwidgetFactory stopped to work. If I call QWidgetFactory.create(some_form.ui) from qtui module, I get SIGSEGV and Python is killed instantly. I have tried gdb, but my system is compiled without debugging symbols

Re: [PyKDE] QwidgetFactory.create() SIGSEGV in latest SIP/PyQt

2006-04-03 Thread Phil Thompson
On Saturday 01 April 2006 1:32 pm, Michal Křenek wrote: Hello, after upgrade to SIP 4.4 and PyQt 3.16, all my PyQT programs which uses QwidgetFactory stopped to work. If I call QWidgetFactory.create(some_form.ui) from qtui module, I get SIGSEGV and Python is killed instantly. I have tried

[PyKDE] PyQt4 compilation failure: location of specs?

2006-04-03 Thread Giovanni Bajo
Hello, I can't find a way to tell configure.py (in PyQt4, latest snapshot) where my specs file are located. In my Qt 4.1 installation (RPM by Suse), specs files are installed into /usr/share/qt/mkspecs. PyQt4's configure detects qt_dir as /usr (because qmake is located in /usr/bin/), so it tries

Re: [PyKDE] PyQt4 compilation failure: location of specs?

2006-04-03 Thread Andreas Pakulat
On 03.04.06 17:43:22, Giovanni Bajo wrote: I can't find a way to tell configure.py (in PyQt4, latest snapshot) where my specs file are located. In my Qt 4.1 installation (RPM by Suse), specs files are installed into /usr/share/qt/mkspecs. PyQt4's configure detects qt_dir as /usr (because qmake

Re: [PyKDE] PyQt4 compilation failure: location of specs?

2006-04-03 Thread Phil Thompson
On Monday 03 April 2006 4:43 pm, Giovanni Bajo wrote: Hello, I can't find a way to tell configure.py (in PyQt4, latest snapshot) where my specs file are located. In my Qt 4.1 installation (RPM by Suse), specs files are installed into /usr/share/qt/mkspecs. PyQt4's configure detects qt_dir as

Re: [PyKDE] PyQt4 compilation failure: location of specs?

2006-04-03 Thread Giovanni Bajo
Phil Thompson [EMAIL PROTECTED] wrote: I can't find a way to tell configure.py (in PyQt4, latest snapshot) where my specs file are located. In my Qt 4.1 installation (RPM by Suse), specs files are installed into /usr/share/qt/mkspecs. PyQt4's configure detects qt_dir as /usr (because qmake is

[PyKDE] ANN: SIP v4.4.1 Released

2006-04-03 Thread Phil Thompson
SIP v4.4.1 has been released. This is a bug fix release. If you are using it with PyQt then you don't need to rebuild PyQt. Phil ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

[PyKDE] QwidgetFactory.create() SIGSEGV in latest SIP/PyQt

2006-04-03 Thread Michal Krenek
Try with the current SIP snapshot (you don't need to rebuild PyQt). If you still have a problem then send me a small, but complete, example. I have tried it with SIP 4.4.1 and also with latest SIP snapshot (20060403), but it is still giving me SIGSEGV (I have not recompiled PyQT, only SIP