[PyKDE] Re: Scalar types in KConfigSkeleton

2006-01-10 Thread Jim Bublitz
On Tuesday 10 January 2006 12:55, Jim Bublitz wrote: > On Tuesday 10 January 2006 11:11, Andrey Golovizin wrote: > > On Tuesday 22 November 2005 (Вт) 22:54 Jim Bublitz wrote: > > > On Saturday 19 November 2005 17:40, Akos Polster wrote: > > > > Hi, is this fixed in any Riverbank snapshots? I seem t

[PyKDE] Problems with sip snapshot 20060110

2006-01-10 Thread Douglas Andrade
' was here make[1]: *** [siplib.o] Error 1 make[1]: Leaving directory `/home/douglas/pacotes/pkgs/sip/src/sip-snapshot-20060110/siplib' make: *** [all] Error 2 ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

[PyKDE] Auto-Connection supported in PyQt4

2006-01-10 Thread Andreas Pakulat
Hi, 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 inheriting from that ui. So removePictureFormat is in fa

[PyKDE] Problem starting PyQt4 programs from eric3

2006-01-10 Thread Andreas Pakulat
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 eric3-problem, running such a program from eric3 is just the easiest way to ge

Re: [PyKDE] PyQt4 custom widgets

2006-01-10 Thread Andreas Pakulat
On 10.01.06 10:42:03, Torsten Marek wrote: > > Couldn't let it lie around ;-) > > > > So here's a small patch which makes empty extends-Elements work and also > > "corrects" the import statements by simply transforming whatever is in > > the header-element to a pythonic module-path. > > > > The

Re: [review] Re: [PyKDE] Re: Scalar types in KConfigSkeleton

2006-01-10 Thread Jim Bublitz
On Tuesday 10 January 2006 11:11, Andrey Golovizin wrote: > On Tuesday 22 November 2005 (Вт) 22:54 Jim Bublitz wrote: > > On Saturday 19 November 2005 17:40, Akos Polster wrote: > > > Hi, is this fixed in any Riverbank snapshots? I seem to have the same > > > problem with 20050829. > > > > No - it'

Re: [PyKDE] Re: Scalar types in KConfigSkeleton

2006-01-10 Thread Patrick Stinson
what's the c++ => python LOC factor? I'd place it at roughly 10 to 1. heh. Den Jan 10, 2006 kl. 10:11 AM skrev Andrey Golovizin: On Tuesday 22 November 2005 (Вт) 22:54 Jim Bublitz wrote: On Saturday 19 November 2005 17:40, Akos Polster wrote: Hi, is this fixed in any Riverbank snapshots? I se

[PyKDE] PyQt4 on Windows Again

2006-01-10 Thread Phil Thompson
Tonight's snapshot of the commercial version of PyQt4 will build and run on Windows. Hopefully it will work with the GPL version and MinGW as well, but I haven't tried it. Phil ___ PyKDE mailing listPyKDE@mats.imk.fraunhofer.de http://mats.imk.fra

Re: [PyKDE] Re: Scalar types in KConfigSkeleton

2006-01-10 Thread Andrey Golovizin
On Tuesday 22 November 2005 (Вт) 22:54 Jim Bublitz wrote: > On Saturday 19 November 2005 17:40, Akos Polster wrote: > > Hi, is this fixed in any Riverbank snapshots? I seem to have the same > > problem with 20050829. > > No - it'll probably get picked up in the next snapshot, probably after > Thank

Re: [PyKDE] PyQt4 Widget Demonstrator

2006-01-10 Thread Andreas Pakulat
On 10.01.06 17:04:03, Phil Thompson wrote: > A few people have been asking if there is any way they can contribute to > PyQt4. One thing that would be very useful is something (written using PyQt4 > of course) that brings all the examples and tutorials together and allows the > user to easily tr

[PyKDE] eric3 and VCS menu actions

2006-01-10 Thread Richard Smith
Detlev, The following is a mail I sent to you a while back that I never got any response on so I guess it must have gotten missed. = I've been perodically working on Darcs support for eric3. Currently what I have is a big search and replace of the mercurical package but i

Re: [PyKDE] Eric3 question

2006-01-10 Thread Detlev Offenbach
Am Dienstag, 10. Januar 2006 18:10 schrieb Bowen, Brian M: > I recently began using eric3 on linux. I was wondering if there was > anyway to permanently disable some of the windows (e.g. the > debug-browser and template viewer). I know you can disable them by right > clicking and removing the check

[PyKDE] Eric3 question

2006-01-10 Thread Bowen, Brian M
I recently began using eric3 on linux. I was wondering if there was anyway to permanently disable some of the windows (e.g. the debug-browser and template viewer). I know you can disable them by right clicking and removing the check mark, but as soon as you execute the code they open back up again.

[PyKDE] PyQt4 Widget Demonstrator

2006-01-10 Thread Phil Thompson
A few people have been asking if there is any way they can contribute to PyQt4. One thing that would be very useful is something (written using PyQt4 of course) that brings all the examples and tutorials together and allows the user to easily try them out - and inspect the source code. I think

[PyKDE] Re: 4.1.0-mingw

2006-01-10 Thread m . gehling
Hello, you can change two files. in file configure.py row 835 from lpatts = ["lib" + lib + ".*"] to lpatts = ["lib" + lib + "[0-9].*"] ( all my library call lib<*>4.a ) and file configure.py zeile 923 fromcheck_license() to #check_license() You read Phil`s mail, t

Re: [PyKDE] 4.1.0-mingw

2006-01-10 Thread Patrick Stinson
I cahnged the library name to libQtCore4, then I got the error message. I guess I didn't know you couldn't use the gpl version of PyQt4 on windows. huh. I did get an exception that 'error' wasn't defined in check_license (), line 591. Den Jan 10, 2006 kl. 7:35 AM skrev Patrick Stinson: I'

[PyKDE] 4.1.0-mingw

2006-01-10 Thread Patrick Stinson
I've installed qt-4.1.0 with mingw downloaded from the qt installer. configure.py seems to be looking for libQtCore.a when the file installed by the qt installer is libQtCore4.a. any suggestions? thanks ___ PyKDE mailing listPyKDE@mats.imk.fr

[PyKDE] Re: Status of PyQt4 on Windows

2006-01-10 Thread Phil Thompson
On Tuesday 10 January 2006 2:56 pm, [EMAIL PROTECTED] wrote: > Hello Phil, > > Phil Thompson schrieb: > > I am now generating PyQt4 snapshots for Windows - both commercial and GPL > > versions. > > > > The commercial version builds and installs using the pre-built version of > > Qt for MSVC v7. How

[PyKDE] Re: Status of PyQt4 on Windows

2006-01-10 Thread m . gehling
Hello Phil, Phil Thompson schrieb: I am now generating PyQt4 snapshots for Windows - both commercial and GPL versions. The commercial version builds and installs using the pre-built version of Qt for MSVC v7. However it doesn't run - it crashes when importing QtCore. The GPL version of Q

Re: [PyKDE] PyQt4 custom widgets

2006-01-10 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas Pakulat schrieb: > On 09.01.06 23:42:06, Andreas Pakulat wrote: > >>On 09.01.06 22:24:57, Phil Thompson wrote: >> >>>On Monday 09 January 2006 9:19 pm, Andreas Pakulat wrote: >>> As you can see pyuic4 generates totally nonsense import stat

[PyKDE] Status of PyQt4 on Windows

2006-01-10 Thread Phil Thompson
I am now generating PyQt4 snapshots for Windows - both commercial and GPL versions. The commercial version builds and installs using the pre-built version of Qt for MSVC v7. However it doesn't run - it crashes when importing QtCore. The GPL version of Qt requires MinGW. I haven't yet tried buil

Re: [PyKDE] PyQt4-gpl-snapshot-20060109 does not build

2006-01-10 Thread Phil Thompson
On Tuesday 10 January 2006 6:21 am, Gerard Vermeulen wrote: > PyQt4-gpl-snapshot-20060109 does not build. I added an extra print > statement to configure.py to see what is going on: > > ... > Generating the C++ source for the QtCore module... > "/home/packer/usr/bin/sip" -x VendorID -t WS_X11 -j 2

Re: [PyKDE] Re: PyQt/E on ARM board

2006-01-10 Thread Phil Thompson
On Monday 09 January 2006 10:53 pm, skt tap wrote: > In this case, what is the highest and compatible version that I can/should > use for each of them? > > I definitely have to use Qt/Embedded for PyQt because I'm building for an > embedded system. You've chosen the best versions - but they are ol

[PyKDE] Next PyKDE snapshot

2006-01-10 Thread Jim Bublitz
I'm working on getting the next PyKDE snapshot out to build with KDE 3.5.0 and recent sip versions. There are some sip changes that KDE needs to be adjusted to, and that's taking a little longer than I expected. It'll be several days before the snapshot is ready. Jim __