On WinXP Pro and Python 2.7.1 this is what I get:

>>> class CX(QtCore.QObject):
... asig = QtCore.pyqtSignal()
... def __init__(self):
... QtCore.QObject.__init__(self)
... print self.asig
...
>>> k = CX()
<bound signal asig of CX object at 0x00B91420>

Using latest stable SIP and PyQt4 with Qt 4.7.2

On Mon, Jun 27, 2011 at 3:29 PM, Giuseppe Corbelli <
giuseppe.corbe...@copanitalia.com> wrote:

> On 27/06/2011 17:23, Giuseppe Corbelli wrote:
> > Hi all
> >
> > I have two boxes:
> > Linux with PyQt-GPL 4.8.3/Qt 4.7.0/Python 2.6.6
> > Windows 7 with PyQt-Commercial 4.8.4/Qt 4.7.3/ActivePython 2.6.6.18
>
> Forgot:
> sip 4.12.1 on Linux machine
> sip 4.12.3 on Linux machine
>
> --
>            Giuseppe Corbelli
> WASP Software Engineer, Copan Italia S.p.A
> Phone: +390303666104  Fax: +390302659932
> E-mail: giuseppe.corbe...@copanitalia.com
> _______________________________________________
> PyQt mailing list    PyQt@riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
>
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to