Re: [PyKDE] Re: Scalar types in KConfigSkeleton

2006-01-11 Thread Stephan Hermann
Hi, On Thursday 12 January 2006 01:11, Akos Polster wrote: > On Wednesday 11 January 2006 20:36, Jim Bublitz wrote: > > On Wednesday 11 January 2006 06:49, Akos Polster wrote: > > > Jim, I agree with all your worries but > > > > > > - don't we have a patch already making scalars types work? All we

[PyKDE] strange problems with lxml and PyQt4

2006-01-11 Thread Andreas Pakulat
Hi, following Traceback: Traceback (most recent call last): File "/home/andreas/projects/pyfilmdbsimpleui/widgets/pictureformatwidget.py", line 105, in on_removePictureFormat_clicked model.removeRows(index.row(), 1, index.parent()) File "/home/andreas/projects/pyfilmdbsimpleui/widgets/g

Re: [PyKDE] Re: Scalar types in KConfigSkeleton

2006-01-11 Thread Akos Polster
On Wednesday 11 January 2006 20:36, Jim Bublitz wrote: > On Wednesday 11 January 2006 06:49, Akos Polster wrote: > > Jim, I agree with all your worries but > > > > - don't we have a patch already making scalars types work? All we are > > asking for is to include it in the official release (assuming

Re: [PyKDE] Re: Scalar types in KConfigSkeleton

2006-01-11 Thread Jim Bublitz
On Wednesday 11 January 2006 06:49, Akos Polster wrote: > Jim, I agree with all your worries but > > - don't we have a patch already making scalars types work? All we are > asking for is to include it in the official release (assuming you can > live with its quality) One problem is that I don't ha

Re: [PyKDE] Auto-Connection supported in PyQt4

2006-01-11 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas Pakulat schrieb: > On 11.01.06 03:25:23, Andreas Pakulat wrote: > >>is the auto-connection feature of QObject supported with PyQt4? Will it >>be supported in the future? >> >>I just tried with a function that is called: >> >>on_removePictureFo

Re: [PyKDE] Problem starting PyQt4 programs from eric3

2006-01-11 Thread Andreas Pakulat
On 11.01.06 19:04:19, Detlev Offenbach wrote: > Am Mittwoch, 11. Januar 2006 12:41 schrieb Andreas Pakulat: > > On 11.01.06 08:15:18, Phil Thompson wrote: > > > On Wednesday 11 January 2006 12:24 am, Andreas Pakulat wrote: > > > > Hi, > > > > > > > > just discovered that I can't seem to start PyQt4

Re: [PyKDE] Problem starting PyQt4 programs from eric3

2006-01-11 Thread Detlev Offenbach
Am Mittwoch, 11. Januar 2006 12:41 schrieb Andreas Pakulat: > On 11.01.06 08:15:18, Phil Thompson wrote: > > On Wednesday 11 January 2006 12:24 am, Andreas Pakulat wrote: > > > Hi, > > > > > > just discovered that I can't seem to start PyQt4 programs that import > > > QtCore from eric3. > > > > > >

[PyKDE] Re: PyQt4 on Windows Again - GREAT WORK

2006-01-11 Thread m . gehling
03 pm, [EMAIL PROTECTED] wrote: Hello Phil, the new sip-snapshot-20060111 failed with MinGW. C:\Qt\sip-snapshot-20060111>mingw32-make.exe makefile:29: warning: overriding commands for target `.c.o' makefile:26: warning: ignoring old commands for target `.c.o' mingw32-make.exe[1]: Enterin

Re: [PyKDE] Auto-Connection supported in PyQt4

2006-01-11 Thread Andreas Pakulat
On 11.01.06 03:25:23, Andreas Pakulat wrote: > is the auto-connection feature of QObject supported with PyQt4? Will it > be supported in the future? > > I just tried with a function that is called: > > on_removePictureFormat_clicked(self) > > in a widget that uses a ui created with designer and

[PyKDE] PyKDE compile problem sparc64/FreeBSD7

2006-01-11 Thread Danny Pansters
Hi, I maintain the Sip/QScintilla/PyQt/PyKDE ports for freeBSD. I don't have any non-i386 box myself, but recently I got this from the build cluster: c++ -c -Wno-deprecated-declarations -pipe -fPIC -O2 -fno-strict-aliasing -pipe -Wall -W -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I. -I../extra/kde340

Re: [PyKDE] Re: PyQt4 on Windows Again

2006-01-11 Thread Phil Thompson
On Wednesday 11 January 2006 12:03 pm, [EMAIL PROTECTED] wrote: > Hello Phil, > > the new sip-snapshot-20060111 failed with MinGW. > > C:\Qt\sip-snapshot-20060111>mingw32-make.exe > makefile:29: warning: overriding commands for target `.c.o' > makefile:26: warning: ign

[PyKDE] Re: PyQt4 on Windows Again

2006-01-11 Thread m . gehling
Hello Phil, the new sip-snapshot-20060111 failed with MinGW. C:\Qt\sip-snapshot-20060111>mingw32-make.exe makefile:29: warning: overriding commands for target `.c.o' makefile:26: warning: ignoring old commands for target `.c.o' mingw32-make.exe[1]: Entering directory `C:/Qt

Re: [PyKDE] Problem starting PyQt4 programs from eric3

2006-01-11 Thread Andreas Pakulat
On 11.01.06 08:15:18, Phil Thompson wrote: > On Wednesday 11 January 2006 12:24 am, Andreas Pakulat wrote: > > Hi, > > > > just discovered that I can't seem to start PyQt4 programs that import > > QtCore from eric3. > > > > I get a runtime exception telling me that QtCore and "qt" wrap the > > QObj

Re: [PyKDE] Re: Scalar types in KConfigSkeleton

2006-01-11 Thread Akos Polster
Jim, I agree with all your worries but - don't we have a patch already making scalars types work? All we are asking for is to include it in the official release (assuming you can live with its quality) - dropping KConfigSkeleton means dropping the whole KConfigDialogManager framework. I'd prefer

Re: [PyKDE] Problems with sip snapshot 20060110

2006-01-11 Thread Phil Thompson
On Wednesday 11 January 2006 6:01 am, Douglas Andrade wrote: > Hi, > > I cant build it. > > Error: > > gcc -c -pipe -fPIC -O2 -w -I. -I/usr/include/python2.4 -o siplib.o siplib.c > siplib.c:3923: error: static declaration of 'addSingleEnumInstance' > follows non-static declaration > siplib.c:3908:

Re: [PyKDE] Problem starting PyQt4 programs from eric3

2006-01-11 Thread Phil Thompson
On Wednesday 11 January 2006 12:24 am, Andreas Pakulat wrote: > Hi, > > just discovered that I can't seem to start PyQt4 programs that import > QtCore from eric3. > > I get a runtime exception telling me that QtCore and "qt" wrap the > QObject class. > > I'm pretty sure that this is not really an e