[PyQt] ANN: eric 4.4.1 released

2010-02-06 Thread detlev
Hi, I just uploaded eric 4.4.1. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

Re: [PyQt] How can I verify if signal was really connected with handler ?

2010-02-06 Thread Russell Valentine
Mateusz Korniak wrote: Hi ! How can I verify if signal was really connected with handler ? Seems I always get True from connect() call. Test it by triggering it on purpose? ___ PyQt mailing listPyQt@riverbankcomputing.com

Re: [PyQt] Problem with snapshot and OpenGL

2010-02-06 Thread Phil Thompson
On Sat, 6 Feb 2010 11:03:51 -0700, Shane Holloway (TG) sh...@techgame.net wrote: There are two frameworks on the OSX 10.5 build box. MacOSX10.5 sdk has both GLbitfield and GLenum as typedef unsigned int. The MacOSX10.4u sdk, however, has GLbitfield and GLenum as typedef unsigned long.

[PyQt] [ubuntu 9.10] compiling pyqt4

2010-02-06 Thread Michael musset
hi, here is what i get after compiling : /usr/bin/ld: cannot find -lqpycore collect2: ld returned 1 exit status make[1]: *** [QtCore.so] Error 1 make[1]: Leaving directory `/home/micka/PyQt-x11-gpl-snapshot-4.7.1-c591dc61687c/QtCore' make: *** [install] Error 2 do you have an idea why it's