Re: [PyQt] Compiling PyQt 4 with QT_NAMESPACE=x

2010-10-19 Thread Elias Bachaalany
Thank you Phil. For the plugin I am developing (which links to a different namespace set of QT dlls) can I provide precompiled PyQt (*.pyd) files for download meanwhile? Regards, Elias On 10/18/2010 6:39 PM, Phil Thompson wrote: On Mon, 18 Oct 2010 17:36:51 +0200, Elias Bachaalany

Re: [PyQt] Compiling PyQt 4 with QT_NAMESPACE=x

2010-10-19 Thread Phil Thompson
On Tue, 19 Oct 2010 10:54:49 +0200, Elias Bachaalany lallousz-py...@yahoo.com wrote: Thank you Phil. For the plugin I am developing (which links to a different namespace set of QT dlls) can I provide precompiled PyQt (*.pyd) files for download meanwhile? Do whatever you want (so long as

[PyQt] Compiling PyQt 4 with QT_NAMESPACE=x

2010-10-18 Thread Elias Bachaalany
Hello, I was trying to compile PyQt while using Qt that is configured with a different namespace. The steps to do that: 1. Configure sip with: configure.py DEFINES+=QT_NAMESPACE=x 2. Apply the attached patch (tested with PyQt 4.7.7 and Qt SDK 4.6.3) 3. Configure PyQt with: configure.py

Re: [PyQt] Compiling PyQt 4 with QT_NAMESPACE=x

2010-10-18 Thread Phil Thompson
On Mon, 18 Oct 2010 17:36:51 +0200, Elias Bachaalany lallousz-py...@yahoo.com wrote: Hello, I was trying to compile PyQt while using Qt that is configured with a different namespace. The steps to do that: 1. Configure sip with: configure.py DEFINES+=QT_NAMESPACE=x 2. Apply the