Re: [PyQt] how to install Pyqt4 on OS X ?

2013-04-23 Thread James Ross
> i am using python 2.6 so probably Python2  > > and is this really required - Install the latest Qt 5.0.2 for Mac > (binary install) from qt-project.org > > if yes i would need Qt4  That was a description of building from source. I could be wrong, but to compile and in

Re: [PyQt] how to install Pyqt4 on OS X ?

2013-04-23 Thread šãñ
i am using python 2.6 so probably Python2 and is this really required - Install the latest Qt 5.0.2 for Mac (binary install) from qt-project.org if yes i would need Qt4 i am just going to use it to make apps in PyQt4 as of now... On Wed, Apr 24, 2013 at 3:03 AM, James Ross wrote: > > > Refe

Re: [PyQt] how to install Pyqt4 on OS X ?

2013-04-23 Thread James Ross
> > Refer to the previous thread about 4.10.1, phil said he was going to fix it > > soon but 4.10 worked fine for me. ahh... Let me clear something up that I was a bit confused about.   This also applies to the thread I started, "[PyQt] PyQt v4.10.1 install Error on Mac OS X"  Actually PyQt4 v

Re: [PyQt] ANN: PyQt v4.10.1 Released

2013-04-23 Thread Phil Thompson
On Tue, 23 Apr 2013 19:53:58 +0200, Detlev Offenbach wrote: > Hello Phil, > > please disregard the first part of the message. Doing some more > investigations showed, that Windwos tricked me. Sorry for the noise. > > Meanwhile I found a new issue. Calling e.g. qhelpgenerator as delivered > wit

Re: [PyQt] how to install Pyqt4 on OS X ?

2013-04-23 Thread James Ross
oops typo on the $ install --- should be $ make install so for SIP & PyQt4 the general procedure is  $ python3 configure.py $ make $ make install > From: jrossl...@outlook.com > To: pyqt@riverbankcomputing.com > Date: Tue, 23 Apr 2013 19:22:00 + > Sub

Re: [PyQt] how to install Pyqt4 on OS X ?

2013-04-23 Thread James Ross
> I have downloaded the tar for mac osx ... I am totally new to OSx > migrating from Windows OS .. so pls guide...  Since I just did this, here are the steps that worked for me ...  Basically, I just accepted the *defaults* for each install  - Install the latest Xcode from Apple Store... (a few

[PyQt] how to install Pyqt4 on OS X ?

2013-04-23 Thread šãñ
I have downloaded the tar for mac osx ... I am totally new to OSx migrating from Windows OS .. so pls guide... -- ** [image: San's personal blog] * * ___ PyQt mailing listPyQt@riverbankcomputing.com http

Re: [PyQt] ANN: PyQt v4.10.1 Released

2013-04-23 Thread Detlev Offenbach
Hello Phil, please disregard the first part of the message. Doing some more investigations showed, that Windwos tricked me. Sorry for the noise. Meanwhile I found a new issue. Calling e.g. qhelpgenerator as delivered with the lates PyQt4 with Qt5 installer gives this error message: Failed to l

Re: [PyQt] moveToThread() does not cope with functools.partial

2013-04-23 Thread Phil Thompson
On Tue, 23 Apr 2013 15:27:17 +0200, Giuseppe Corbelli wrote: > On 23/04/2013 14:57, Phil Thompson wrote: >>> Please see the minimal test code below. In short connecting a signal to >> a >>> functools.partial slot breaks the expected moveToThread behaviour. >>> Reasonable, I'd say, once you think a

Re: [PyQt] moveToThread() does not cope with functools.partial

2013-04-23 Thread Giuseppe Corbelli
On 23/04/2013 14:57, Phil Thompson wrote: Please see the minimal test code below. In short connecting a signal to a functools.partial slot breaks the expected moveToThread behaviour. Reasonable, I'd say, once you think about it. I'm just asking some suggestion about how this issue can be addres

Re: [PyQt] moveToThread() does not cope with functools.partial

2013-04-23 Thread Phil Thompson
On Tue, 23 Apr 2013 10:08:23 +0200, Giuseppe Corbelli wrote: > Please see the minimal test code below. In short connecting a signal to a > functools.partial slot breaks the expected moveToThread behaviour. > Reasonable, I'd say, once you think about it. I'm just asking some > suggestion > about

Re: [PyQt] Trying to create SIP

2013-04-23 Thread Phil Thompson
On Tue, 23 Apr 2013 15:21:14 +0300, Tomas Neverdauskas wrote: > Still no luck, now SIP complains: > *QtAV::AudioOutput is undefined* The easiest approach is to build up the .sip file a bit at a time, rather than trying to write the whole thing at once. Phil > 2013/4/23 Phil Thompson > >> On T

Re: [PyQt] Trying to create SIP

2013-04-23 Thread Tomas Neverdauskas
Still no luck, now SIP complains: *QtAV::AudioOutput is undefined* 2013/4/23 Phil Thompson > On Tue, 23 Apr 2013 12:03:35 +0300, Tomas Neverdauskas > wrote: > > Yes that's was the case. > > > > Another problem, i think more complicated - sip says: "AudioOutput is > > undefined", i should inclu

Re: [PyQt] QsciScintilla with multiple documents

2013-04-23 Thread Phil Thompson
On Tue, 23 Apr 2013 14:53:13 +0430, Lee Harr wrote: >> > With the QTextEdit there is a separate QTextDocument that can >> > be swapped in and out to make a multi-document editor. >> > >> > I am trying to switch over to QsciScintilla but am having trouble >> > achieving the same effect. >> > >> > D

Re: [PyQt] PyQt v4.10.1 install Error on Mac OS X

2013-04-23 Thread Phil Thompson
On Mon, 22 Apr 2013 22:26:52 -0600, "Melton Low (devl)" wrote: > +1 Got the same error when using configure-ng.py. Worked fine with old > configure.py. > > I initially got the following error if I don't specify the location of > the sip binary located within the python3.3 framework bin folder.

Re: [PyQt] QsciScintilla with multiple documents

2013-04-23 Thread Lee Harr
> > With the QTextEdit there is a separate QTextDocument that can > > be swapped in and out to make a multi-document editor. > > > > I am trying to switch over to QsciScintilla but am having trouble > > achieving the same effect. > > > > Does the QsciDocument serve the same purpose as QTextDocument

Re: [PyQt] PyQt v4.10.1 install Error on Mac OS X

2013-04-23 Thread Phil Thompson
On Tue, 23 Apr 2013 03:50:04 +, wrote: > installed and verified working: >  - Mac OS X Version 10.7.5 (Lion) >  - Xcode Version 4.6.1 >  - Python 3.3.1 (python-3.3.1-macosx10.6.dmg) >  - Qt5.0.2 (qt-mac-opensource-5.0.2-clang-offline.dmg) >  - SIP v4.14.6 (sip-4.14.6.tar.gz) >  - PyQt v4.10 (P

Re: [PyQt] QsciScintilla with multiple documents

2013-04-23 Thread Phil Thompson
On Tue, 23 Apr 2013 05:02:25 +0430, Lee Harr wrote: > With the QTextEdit there is a separate QTextDocument that can > be swapped in and out to make a multi-document editor. > > I am trying to switch over to QsciScintilla but am having trouble > achieving the same effect. > > Does the QsciDocumen

[PyQt] moveToThread() does not cope with functools.partial

2013-04-23 Thread Giuseppe Corbelli
Please see the minimal test code below. In short connecting a signal to a functools.partial slot breaks the expected moveToThread behaviour. Reasonable, I'd say, once you think about it. I'm just asking some suggestion about how this issue can be addressed. I thought about reimplementing some si

Re: [PyQt] Trying to create SIP

2013-04-23 Thread Phil Thompson
On Tue, 23 Apr 2013 10:58:27 +0300, Tomas Neverdauskas wrote: > Hi, > > i'am trying to create python interface to QtAV project > https://github.com/wang-bin/QtAV (AvPlayer.h). Currently wrote this sip > file, but after executing got this "sip: syntax error" and no other hint is > provided. > > P

[PyQt] Trying to create SIP

2013-04-23 Thread Tomas Neverdauskas
Hi, i'am trying to create python interface to QtAV project https://github.com/wang-bin/QtAV (AvPlayer.h). Currently wrote this sip file, but after executing got this "sip: syntax error" and no other hint is provided. Please help to parse this file, thank you. %Module AVPlayer %Import QtCore/QtC

Re: [PyQt] Building PyQt to work with Qt5

2013-04-23 Thread Phil Thompson
On Mon, 22 Apr 2013 18:53:35 -0400, James Jong wrote: > When building/installing PyQt (from source or using pip), how do I specify > the path to the local Qt5 installation? > > I built Qt5 from source > (qt-everywhere-opensource-src-5.0.2.tar.gz