Re: [PyQt] ANN: new eric4 4.2 snapshot available

2008-04-07 Thread Gustavo A. Díaz
Hi, Yeah sorry... When I pressed "send" I've forgot to specify this info. This is using Kubuntu Hardy Beta amd with PyQt: PyQt 4.3.3 qscintilla2 (2.1+snapshot20070923) SIP 4.7.3 Qt 4.3.4 (these packages installed using the repository..., maybe those are the problem) In Kubuntu Gutsy, does not h

Re: [PyQt] PyKDE extra/kde4xx suggestion

2008-04-07 Thread Adeodato Simó
* Adeodato Simó [Mon, 07 Apr 2008 18:28:21 +0200]: > However, I saw this failure [1] in Ubuntu, where your 4.0.2-1 (¹) gets > built agains KDE 4.0.3, and it fails because it can't find ksycocafactory.h. > Hence I assumed it was expecting extra/kde403. Additionally, after copying extra/kde402 to e

Re: [PyQt] ANN: new eric4 4.2 snapshot available

2008-04-07 Thread Detlev Offenbach
On Sonntag, 6. April 2008, Gustavo A. Díaz wrote: > Hi > > I've downloaded and installed this snapshot, when i try to access to > Preferences i got: "Cancelled (core dumped)" Works for me. You should give more details about what could cause this (e.g. are you using PyKDE4?) > > Cheers. > > 2008/

Re: [PyQt] Re: SIP newcomer questions/complaints

2008-04-07 Thread Hans-Peter Jansen
Am Montag, 7. April 2008 schrieb Jim Crowell: > > Well, I'm doing the same thing & I have a Makefile with: > > SIPFILES = $(INTERFACE_DIR)/math.sip \ >$(INTERFACE_DIR)/typemaps.sip \ >$(INTERFACE_DIR)/navigation.sip \ >

Re: [PyQt] PyKDE extra/kde4xx suggestion

2008-04-07 Thread Adeodato Simó
* Jim Bublitz [Mon, 07 Apr 2008 08:56:03 -0700]: > If a new version makes it unbuildable, that would be an error, since > configure.py should "emulate" the highest version it knows about. For > example, if PyKDE was released for KDE 4.0.2 and you build against 4.0.3, > configure.py should treat

Re: [PyQt] PyKDE extra/kde4xx suggestion

2008-04-07 Thread Jim Bublitz
On Monday 07 April 2008 07:25, Adeodato Simó wrote: > Hey Jim. > > Do you think it'd be possible to have the extra/kde4xx directories match > only against the major (4.x) version, instead of the minor as well (4.x.y)? > > Speaking as a (Debian) packager, having the PyKDE packages become > unbuildab

[PyQt] Re: Re: SIP newcomer questions/complaints

2008-04-07 Thread Jim Crowell
> 6) The docs show show no comparisons with similar tools. I'm trying SIP to see > if the memory usage of a large wxPython app can be reduced--I have seen > comparisons claiming that SIP would be slower than hand generated code, but > faster than SWIG. This seems to be a fair assumption, since SWI

[PyQt] Re: SIP newcomer questions/complaints

2008-04-07 Thread Jim Crowell
On Mon, 7 Apr 2008 12:00:08 +0100, [EMAIL PROTECTED] said: > > 3) I ended up using the distutils support--which worked great out of the > box. > But now my scripts are generating enough time to make the compile-link > time > cycle significant. My SIP files use one root file that %Includes all of

[PyQt] Re: SIP newcomer questions/complaints

2008-04-07 Thread Kevin Watters
> you will find a cache implementation for PyQt4's configure.py (search > for "manage_cache"). ... > > You might grab that code and integrate it within your setup.py. > This was exactly what I was looking for, and is work great! Thanks! > > 6) The docs show show no comparisons with similar tools.

[PyQt] PyKDE extra/kde4xx suggestion

2008-04-07 Thread Adeodato Simó
Hey Jim. Do you think it'd be possible to have the extra/kde4xx directories match only against the major (4.x) version, instead of the minor as well (4.x.y)? Speaking as a (Debian) packager, having the PyKDE packages become unbuildable each time a new minor version of KDE is uploaded is, uhm, inc

Re: [PyQt] SIP newcomer questions/complaints

2008-04-07 Thread Giovanni Bajo
On 4/7/2008 2:11 AM, Kevin Watters wrote: 3) I ended up using the distutils support--which worked great out of the box. But now my scripts are generating enough time to make the compile-link time cycle significant. My SIP files use one root file that %Includes all of the other SIP files so that

[PyQt] Notes on Building PyQt for Qt v4.4rc1

2008-04-07 Thread Phil Thompson
In theory (if Qt maintains backwards compatibility) then the current version of PyQt should build against Qt v4.4rc1. However there is an incompatibility when using gcc. The workaround is to comment out the line "QMAKE_LFLAGS += -Wl,--no-undefined" in mkspecs/common/g++.conf. Phil

Re: [PyQt] SIP newcomer questions/complaints

2008-04-07 Thread Hans Meine
Hi Kevin! Am Montag, 07. April 2008 02:11:24 schrieb Kevin Watters: > But when I change one of the sub SIP files, SIP doesn't recognize that its > corresponding files need to be regenerated. So the only way I've found to > recompile is to "touch" the root SIP file, which causes SIP to regen ALL of