Re: [PyKDE] How to add handwritten *.cpp files to a sip generated module with configure.py

2004-02-01 Thread Ulrich Berning
Gerard Vermeulen schrieb: Hi Phil, Ulrich Berning kindly provided me with code to build PyQwt with configure.py. One of his changes was to put a few handwritten *.cpp files to interface the Numerical Python extension modules (numpy and numarray) in the qwtmod.sip file. The problem is that there

Re: [PyKDE] Installing eric3

2004-02-01 Thread Sergei Mikhailov
Yes, I am running Linux. Fedora Core 1. I guess the same thing as RedHat 9.0 At 04:48 PM 2/1/2004, you wrote: Just in case: if you are using Linux, please mention your distribution and version. There may be simpler ways to get eric3 :-) > I am trying to install eric3, the pythong ide. eric3's READ

Re: [PyKDE] who is building pyqt based on qt3.2.1 non-commercial version?

2004-02-01 Thread Doug Bell
> On Friday 30 January 2004 5:20 pm, Shunming Fang wrote: > > Hello,Guys, > > Do your guys know when the latest pyqt will include qt3.2.1 non commercial > > version. I already got the qt book plus qt3.2.1 non commercial version. > Phil Thompson wrote: > No decision has yet been made as to whethe

Re: [PyKDE] How to add handwritten *.cpp files to a sip generated module with configure.py

2004-02-01 Thread gvermeul
> On Saturday 31 January 2004 6:55 pm, Gerard Vermeulen wrote: > > Hi Phil, > > > > Ulrich Berning kindly provided me with code to build PyQwt with > > configure.py. > > > > One of his changes was to put a few handwritten *.cpp files to interface > > the Numerical Python extension modules (numpy an