Re: [review] [PyKDE] Trouble configuring on Mandrake

2005-03-05 Thread Jim Bublitz
On Saturday 05 March 2005 15:21, Greg Meyer wrote: > I am having trouble installing PyKDE on two machines. One is a Mandrake > 10.1 upgraded to KDE 3.3.2 and the other is a current Cooker with KDE > 3.3.2. In both cases PyQt, PyQt-devel, sip and sip-devel are installed. > Both give similar error

Re: [PyKDE] Python 2.4 and eric3

2005-03-05 Thread Calvin Spealman
Python 2.4 Qt 3.3.3 PyQt 3.13 QScintilla 1.4 Eric 3.5.1 Bicycle Repair Man 0.9 On Saturday 05 March 2005 8:06 pm, Detlev Offenbach <[EMAIL PROTECTED]> wrote: > Am Samstag, 5. MÃrz 2005 12:20 schrieb Calvin Spealman: > > I checked and I am running 2.4 with eric3, but i still get the red flags > > w

[PyKDE] Painting one cell of a table

2005-03-05 Thread Jorge Godoy
Hi, I'm trying to paint one cell in a table but the result is put on the wrong place. My code is: row = 2 col = 2 cg = QColorGroup() cg.setColor(QColorGroup.Base, Qt.red) cr = self.table1.cellGeometry(row, col)

[PyKDE] Trouble configuring on Mandrake

2005-03-05 Thread Greg Meyer
I am having trouble installing PyKDE on two machines. One is a Mandrake 10.1 upgraded to KDE 3.3.2 and the other is a current Cooker with KDE 3.3.2. In both cases PyQt, PyQt-devel, sip and sip-devel are installed. Both give similar errors when running the configure.py script. First the 10.1

Re: [PyKDE] Python 2.4 and eric3

2005-03-05 Thread Detlev Offenbach
Am Samstag, 5. MÃrz 2005 12:20 schrieb Calvin Spealman: > I checked and I am running 2.4 with eric3, but i still get the red flags > when i use decorators. What versions of the underlying software are you using? Please see Help->Show versions and send this information. How many "red flags" do you

[PyKDE] Python 2.4 and eric3

2005-03-05 Thread Calvin Spealman
I checked and I am running 2.4 with eric3, but i still get the red flags when i use decorators. -- Opinions are like websites: Everybody has one, so here is mine: http://www.ironfroggy.com/ pgp699Z7LGney.pgp Description: PGP signature ___ PyKDE maili

Re: [review] [PyKDE] PyQT module size

2005-03-05 Thread Giovanni Bajo
Phil Thompson <[EMAIL PROTECTED]> wrote: >> I think I'm just going to go with the other users' recommendation of >> nabbing the latest sip and compiling with some different flags with GCC4 >> and see if that gets me some quick wins. My mind is too small and >> fragile to attempt the changes you p

Re: [PyKDE] Compiling sip 4.1.1, PyQt 3.13, PyKDE 3.11.3 on Solaris 8micro-Howto

2005-03-05 Thread Giovanni Bajo
On Fri, March 4, 2005 14:01, Holger Joukl said: > 2. Change sip-4.1.1/sipgen/gencode.c to use C-style casts instead of > static > casts: > > ... > 4002 else if (res -> atype == enum_type > && isProtectedEnum(res -> u.ed)) > 4003

Re: [PyKDE] Python 2.4 and eric3

2005-03-05 Thread Detlev Offenbach
Am Samstag, 5. MÃrz 2005 02:26 schrieb Calvin Spealman: > Eric3 is recognizing my decorators as an invalid syntax. How can i fix this > so I can use them without getting red flags all over the place? Eric3 uses the call __builtin__.compile(codestring, file, 'exec') to compile the source it read

[PyKDE] PyKDE 20050305 snapshot

2005-03-05 Thread Jim Bublitz
The next PyKDE snapshot is complete - I'm just waiting for a compile check on the tarball to finish. I probably won't send a copy to Phil until sometime tomorrow. This snapshot is actually the PyKDE 4.0.0 release, minus any bug fixes. The changes from the last snapshot include: 1. KDE 3.4.0 su

[PyKDE] Python 2.4 and eric3

2005-03-05 Thread Calvin Spealman
Eric3 is recognizing my decorators as an invalid syntax. How can i fix this so I can use them without getting red flags all over the place? -- Opinions are like websites: Everybody has one, so here is mine: http://www.ironfroggy.com/ ___ PyKDE mailing