[PyQt] Duplicate symbols building PyQt5 against Qt5.1 on OS X 10.7.5

2013-07-07 Thread Chris Knight
Hello, I had PyQt5 working with Qt5.0.2 and Python 2.7but decided to dump my Qt5.0.2 and install the new Qt5.1. My environment is mac OS X 10.7.5 which is the latest version of Lion. Qt5.1 installed without issues. SIP installed without issues. Running python configure.py for PyQt-gpl-5.0 f

[PyQt] Accessing a toggle button without clicking on it

2013-07-07 Thread Phil
Thank you for reading this. How to I access my toggle button slot without clicking on the button? For example: if hr == 19: # this button is accessible self. on_pushButton_clicked() # this fails because checked is not defined self.on_ledButton_toggled(checked) Slots @pyq

[PyQt] ANN: eric 4.5.13 released

2013-07-07 Thread detlev
Hi, I just uploaded eric 4.5.13. 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

[PyQt] ANN: eric 5.3.5 released

2013-07-07 Thread Detlev Offenbach
Hi, I just uploaded eric 5.3.5. 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] [SIP] Segfault with nested template types

2013-07-07 Thread Casper Ti. Vector
After lost of frustrations I seem to find the correct solution: use > #define sipType_cell sipFindType("QPair") instead of > #define sipType_cell sipFindType("cell") Hope it helps anyone with similar problems in future. On Sat, Jul 06, 2013 at 02:04:57AM +0800, Casper Ti. Vector wrote: > test.h:

[PyQt] make error in PyQt4 install

2013-07-07 Thread Vincent Vande Vyvre
Hi, Installing the last PyQt4 PyQt-x11-gpl-4.10.2, the make fail with this error: ... rm -f libqpydbus.a ar cqs libqpydbus.a qpydbus_chimera_helpers.o qpydbus_post_init.o qpydbuspendingreply.o qpydbusreply.o make[2]: quittant le répertoire « /home/vincent/Téléchargements/PyQt-x11-gpl-4.10.2/

Re: [PyQt] [SIP] is there a Qt5 example for SIP?

2013-07-07 Thread brett
> On Sat, 6 Jul 2013 07:30:43 -0700, br...@stottlemyer.com wrote: >> Hi Phil, >> >> I am trying to see if SIP will help me with a task I'm trying to solve. > I >> started out by trying the More Complex C++ Example in the docs. > However, >> I'm using Qt5, and the example is for Qt4. >> >> I see the

Re: [PyQt] Issue with PyQt4/5 and Qt 5.1

2013-07-07 Thread Phil Thompson
On Sat, 06 Jul 2013 15:42:21 +0200, Detlev Offenbach wrote: > Hello, > > today I compiled the Qt 5.1 and built the latest stable releases of PyQt4 > and PyQt5 against it. Now I am not able to start any QProcess. I executed > the QProcess test program as contained in > 'qtbase/tests/auto/coreli

Re: [PyQt] Duplicate symbols building PyQt5 against Qt5.1 on OS X 10.7.5

2013-07-07 Thread Phil Thompson
On Sun, 7 Jul 2013 00:13:24 -0700, Chris Knight wrote: > Hello, > > I had PyQt5 working with Qt5.0.2 and Python 2.7but decided to dump my > Qt5.0.2 and install the new Qt5.1. My environment is mac OS X 10.7.5 which > is the latest version of Lion. > > Qt5.1 installed without issues. > SIP ins

Re: [PyQt] make error in PyQt4 install

2013-07-07 Thread Phil Thompson
On Sun, 07 Jul 2013 12:26:18 +0200, Vincent Vande Vyvre wrote: > Hi, > > Installing the last PyQt4 PyQt-x11-gpl-4.10.2, the make fail with this > error: > > ... > rm -f libqpydbus.a > ar cqs libqpydbus.a qpydbus_chimera_helpers.o qpydbus_post_init.o > qpydbuspendingreply.o qpydbusreply.o > mak

Re: [PyQt] make error in PyQt4 install

2013-07-07 Thread Vincent Vande Vyvre
Le 07/07/2013 19:15, Phil Thompson a écrit : Some more information would be useful. As nobody else has complained I'd suggest it is a problem with your installation/configuration. Phil This is on Ubuntu 10.4 where I've installed PyQt5-5.0 with sip-4.14.7 I can't install the official .deb p

Re: [PyQt] PyQt5 Snapshot, build problems and their solutions, Windows, mingw

2013-07-07 Thread Mathias . Born
On 07.07.2013, 15:13:15 Phil Thompson wrote: > On Sun, 12 May 2013 22:42:23 +0200, mathias.b...@gmx.de wrote: >> Hi, >> >> I've compiled the latest PyQt5 snaphot, on 32bit python 3.3.1 (compiled >> with mingw, using a self-made >> build script based on scons), Windows7, Qt 5.1alpha. >> >> I've us

Re: [PyQt] [SIP] is there a Qt5 example for SIP?

2013-07-07 Thread Mathias . Born
On 07.07.2013, 13:46:02 br...@stottlemyer.com wrote: >> On Sat, 6 Jul 2013 07:30:43 -0700, br...@stottlemyer.com wrote: >>> Hi Phil, >>> >>> I am trying to see if SIP will help me with a task I'm trying to solve. >> I >>> started out by trying the More Complex C++ Example in the docs. >> However, >

Re: [PyQt] [SIP] is there a Qt5 example for SIP?

2013-07-07 Thread brett
... > > Hi, > > Are you really compiling and linking all C++ files generated by SIP? > D'oh! No I wasn't. Thanks for pointing me in the right direction (and ending the trail of random stuff I was trying). ___ PyQt mailing listPyQt@riverbankcomputi