[PyKDE] Segmentation faults with PyQt

2002-09-29 Thread Boudewijn Rempt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm having no end of trouble getting the latest version of PyQt (3.4) to run: both the source from riverbank, as the rpm's from sourceforge cause segmentation faults, even with the included scripts. It's frustrating because I see little else than

Re: [PyKDE] Segmentation faults with PyQt

2002-09-29 Thread Ingo Krabbe
It is likely that your segFault in PyQt has another reason than PyQt itself when you don't hear from anywhere else. What do you call when you get a segFault ? What's about SIP for example. It is mentioned that SIP 3.4 is also needed by PyQt 3.4. You may have some older version lying around,

Re: [PyKDE] Segmentation faults with PyQt

2002-09-29 Thread Ingo Krabbe
I compiled the PyQt 3.4 Version from gentoo distribution, which is completely based on sources. Everything works fine. The complete version which is downloaded by this installation is http://www.river-bank.demon.co.uk/download/PyQt/PyQt-x11-gpl-${PV}.tar.gz where PV=3.4 It

[PyKDE] a new release of PyQwt

2002-09-29 Thread Gerard Vermeulen
Announcing PyQwt-sip34_20020807p1 PyQwt = FAST and EASY data plotting for Python, Numeric and Qt! PyQwt is a set of Python bindings for the Qwt C++ class library. The Qwt library extends the Qt framework with widgets for Scientific and Engineering applications. PyQwt requires and extends PyQt,

Re: [PyKDE] Segmentation faults with PyQt

2002-09-29 Thread Boudewijn Rempt
On Sun, 29 Sep 2002, Gerard Vermeulen wrote: On Sun, Sep 29, 2002 at 01:00:06PM +0200, Boudewijn Rempt wrote: I managed to get the latest snapshot to compile, and it can run simple examples, like tut1.py. But eric, for instance, still segfaults as soon as I try to open a file. I