Re: [PyKDE] ANN: SIP v4.0pre4 Released

2003-11-25 Thread Oliver Kohlbacher
Hi there, Phil Thompson wrote: 1. I want SIP v4 to be seen as a general tool for building bindings for C and C++ libraries on all platforms - and not just as the tool used to build PyQt. This required the dependency of the old system on tmake or qmake to be removed. That's definitely good nes

Re: [PyKDE] XML support

2003-11-25 Thread Phil Thompson
On Tuesday 25 November 2003 2:15 am, Eron Lloyd wrote: Hello all, Is anyone doing anything major with the qtxml package? Is XML support in PyQt experimental? Perhaps I would be better to rely on another package for now...I also see the none of the SAX stuff is wrapped or exposed. If qtxml

Re: [PyKDE] ANN: SIP v4.0pre4 Released

2003-11-25 Thread Phil Thompson
On Tuesday 25 November 2003 6:54 am, Oliver Kohlbacher wrote: Hi there, Phil Thompson wrote: 1. I want SIP v4 to be seen as a general tool for building bindings for C and C++ libraries on all platforms - and not just as the tool used to build PyQt. This required the dependency of the old

Re: [PyKDE] internal error building sip4.0pre4

2003-11-25 Thread Phil Thompson
On Tuesday 25 November 2003 3:14 pm, michael ferraro wrote: 1. -- FIRST TRY -- python configure.py -l qt-mt -p macx-g++ Error: specs/macx-g++: environment variable 'TB' is not defined. That's odd as macx-g++ is the default platform if Python reports sys.platform as darwin, so your first

[PyKDE] The Very Last SIP v4 Bug

2003-11-25 Thread Phil Thompson
There has been a bug in SIP v4 that often manifests itself as an exception underlying C/C++ object has been deleted. I have been able to trigger it by dragging the gun barrel around in tut14.py. I think that the bug reports on the list from Gerard, Torsten and Pete are manifestations of the

Re: [PyKDE] The Very Last SIP v4 Bug

2003-11-25 Thread Torsten Marek
Phil Thompson schrieb: There has been a bug in SIP v4 that often manifests itself as an exception underlying C/C++ object has been deleted. I have been able to trigger it by dragging the gun barrel around in tut14.py. I think that the bug reports on the list from Gerard, Torsten and Pete are

Re: [PyKDE] ANN: SIP v4.0pre4 Released

2003-11-25 Thread Phil Thompson
On Monday 24 November 2003 3:25 pm, michael ferraro wrote: Just to confirm: I should download sip-mac-gpl-4.0pre4.tar.gz from download/sip PyQt-mac-gpl-snapshot-20031123.tar.gz from download/snapshot/PyQt Yes, if you have a Mac. or am i

Re: [PyKDE] internal error building sip4.0pre4

2003-11-25 Thread Phil Thompson
On Tuesday 25 November 2003 7:41 pm, michael ferraro wrote: sorry to be such a pest but ... sip-x11-gpl-snapshot-20031124 now builds and installs fine but I run into trouble with: PyQt-mac-gpl-snapshot-20031123 [Wheezer:/Developer/PyQt-mac-gpl-snapshot-20031123] mef% !py

[PyKDE] Application icon

2003-11-25 Thread Tom Badran
Whats the proper way of loading the application specific icon so that it will be found even without installing it to the share/icons/whatever directories? I have it in my source tree but i don't know how to tell the KIconLoader it should be looking there. Also, is there a way to tell the

Re: [PyKDE] The Very Last SIP v4 Bug

2003-11-25 Thread Ricardo Javier Cardenes Medina
On Tue, Nov 25, 2003 at 07:00:50PM +, Phil Thompson wrote: There has been a bug in SIP v4 that often manifests itself as an exception underlying C/C++ object has been deleted. I have been able to trigger it by dragging the gun barrel around in tut14.py. I think that the bug reports on