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
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
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
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
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:
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/
> 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
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
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
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
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
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
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,
>
...
>
> 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
14 matches
Mail list logo