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

2012-06-26 Thread ruidc
Any ETA for the windows binaries? 
also, is there a way to download previous versions via the website?

Thanks in advance,
RuiDC

--
View this message in context: 
http://python.6.n6.nabble.com/ANN-PyQt-v4-9-3-Released-tp4979387p4979592.html
Sent from the PyQt mailing list archive at Nabble.com.
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


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

2012-06-26 Thread Phil Thompson
On Tue, 26 Jun 2012 02:48:15 -0700 (PDT), ruidc ru...@yahoo.com wrote:
 Any ETA for the windows binaries?

In the next couple of days.

 also, is there a way to download previous versions via the website?

No. The latest version is (usually) the one to use.

Phil
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


[PyQt] Where have all the binaries gone?

2012-06-26 Thread Daniel
Good morning,

Can someone help me find the Windows PyQT binary for Python 2.7? All my
Google searches point to
http://www.riverbankcomputing.co.uk/software/pyqt/download
But that page says There are no current binary packages available.

I don't want to develop an app, I just want to get the Leo editor (
http://webpages.charter.net/edreamleo/front.html) working. So I really
don't want to have to compile everything from source. Based on prior posts
to this mailing list it looks like the binaries were there at least in
January of this year.

Thank you for your help.
   Daniel
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

[PyQt] Crash of latest PyQt4 on Mac OS X

2012-06-26 Thread Detlev Offenbach
Hello,

entering this line into a Python3 shell crashes with a segfault on Mac OS X 
Lion over here.

 from PyQt4 import QtHelp

I just compiled all the latest packages of QScintilla, sip and PyQt4. Qt is 
4.8.2. What did I do wrong?

Regards,
Detlev

Detlev Offenbach
det...@die-offenbachs.de



___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Crash of latest PyQt4 on Mac OS X

2012-06-26 Thread Detlev Offenbach
Hello,

some additional info. PyQt4 4.9.1 works fine with latest QScintilla and sip. 
That means means, that the issue is definitely inside PyQt4 4.9.3.

Regards,
Detlev

Am 26.06.2012 um 19:03 schrieb Detlev Offenbach:

 Hello,
 
 entering this line into a Python3 shell crashes with a segfault on Mac OS X 
 Lion over here.
 
  from PyQt4 import QtHelp
 
 I just compiled all the latest packages of QScintilla, sip and PyQt4. Qt is 
 4.8.2. What did I do wrong?
 
 Regards,
 Detlev
 
 Detlev Offenbach
 det...@die-offenbachs.de
 
 
 
 ___
 PyQt mailing listPyQt@riverbankcomputing.com
 http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Detlev Offenbach
det...@die-offenbachs.de



___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Crash of latest PyQt4 on Mac OS X

2012-06-26 Thread Phil Thompson
On Tue, 26 Jun 2012 19:03:18 +0200, Detlev Offenbach
det...@die-offenbachs.de wrote:
 Hello,
 
 entering this line into a Python3 shell crashes with a segfault on Mac
OS
 X Lion over here.
 
 from PyQt4 import QtHelp
 
 I just compiled all the latest packages of QScintilla, sip and PyQt4. Qt
 is 4.8.2. What did I do wrong?

Nothing - there will be a 4.9.4 soon. It only affects QtHelp and only on
Windows and OSX.

Phil
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


[PyQt] playback failed using Phonon of Qt 4.8.2 after i upgrade to PyQt4.9.3

2012-06-26 Thread zw g
Dear List,



The app i wrote using Phonon of Qt 4.8.2 works fine for playback when i
compile with PyQt4 4.9.1+sip 4.13.2+QScintilla 2.6.1.
But failed after i upgrade to PyQt 4.9.3+Sip 4.13.3+QScintilla 2.6.2.
(Recompiled one by one.)

After i ask it to play, nothing just happen, except two WARNING got printed
in the terminal:
==
WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin
could not be loaded
WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin
could not be loaded
==


OS: Mac OS X Lion 10.7.4
Python: 2.7.3


And every time i launch my app, In the terminal it reports:
==
WARNING: Phonon needs QCoreApplication::applicationName to be set to export
audio output names through the DBUS interface
WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin
could not be loaded
WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin
could not be loaded
WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin
could not be loaded
WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin
could not be loaded
WARNING: bool Phonon::FactoryPrivate::createBackend() phonon backend plugin
could not be loaded
WARNING: Phonon::createPath: Cannot connect  Phonon::MediaObject ( no
objectName ) to  Phonon::AudioOutput ( no objectName ).

==

The app works fine before upgrade.

So any advice?
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt