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

2013-04-22 Thread Melton Low (devl)
+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. The location is in my $PATH. Here is the output: bigbook:PyQt-mac-gp

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

2013-04-22 Thread jrosslist
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 (PyQt-mac-gpl-4.10.tar.gz)  This is more of an FYI since I

[PyQt] QsciScintilla with multiple documents

2013-04-22 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? The online documentation

[PyQt] Building PyQt to work with Qt5

2013-04-22 Thread James Jong
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) wit

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

2013-04-22 Thread Phil Thompson
On Mon, 22 Apr 2013 20:34:42 +0200, Detlev Offenbach wrote: > Hello, > > I am observing a strange behavior when using the PyQt4, Python 3.3, Qt5 > installer when starting eric5. There appears a dialog saying something > like > 'There is no medium in drive D:'. This message appears twice. Select

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

2013-04-22 Thread Detlev Offenbach
Hello, I am observing a strange behavior when using the PyQt4, Python 3.3, Qt5 installer when starting eric5. There appears a dialog saying something like 'There is no medium in drive D:'. This message appears twice. Selecting Cancel keeps eric going. It does not appear when using the installer

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

2013-04-22 Thread Phil Thompson
On Mon, 22 Apr 2013 11:56:08 +0100, Dmitrijs Ledkovs wrote: > On 22 April 2013 11:43, Phil Thompson wrote: >> PyQt v4.10.1 has been released. This contains a couple of new features as >> well as the usual bug fixes. >> >> QtCore.pyqtSetPickleProtocol() and QtCore.pyqtPickleProtocol() have been >>

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

2013-04-22 Thread Dmitrijs Ledkovs
On 22 April 2013 11:43, Phil Thompson wrote: > PyQt v4.10.1 has been released. This contains a couple of new features as > well as the usual bug fixes. > > QtCore.pyqtSetPickleProtocol() and QtCore.pyqtPickleProtocol() have been > added to set and get the protocol used to pickle Python objects whe

[PyQt] ANN: PyQt v4.10.1 Released

2013-04-22 Thread Phil Thompson
PyQt v4.10.1 has been released. This contains a couple of new features as well as the usual bug fixes. QtCore.pyqtSetPickleProtocol() and QtCore.pyqtPickleProtocol() have been added to set and get the protocol used to pickle Python objects when serialising them for Qt. Added the --resource-suffix

Re: [PyQt] QsciScintilla Lexer disappears?

2013-04-22 Thread Vincent Vande Vyvre
Le 22/04/2013 09:52, Vincent Vande Vyvre a écrit : Le 22/04/2013 02:51, Lee Harr a écrit : I am trying to use QsciScintilla in a project but I am having some trouble with the Lexer. I don't understand why this code shows the lexer at the end of __init__ but when clicking in the margin it shows

Re: [PyQt] QsciScintilla Lexer disappears?

2013-04-22 Thread Vincent Vande Vyvre
Le 22/04/2013 02:51, Lee Harr a écrit : I am trying to use QsciScintilla in a project but I am having some trouble with the Lexer. I don't understand why this code shows the lexer at the end of __init__ but when clicking in the margin it shows None. Any thoughts? import sys from PyQt4.QtCore