Re: [PyQt] [SOLVED] sip: __or__() unsupported function return type - provide %MethodCode and a C++ signature ( QT 4.8.1 + PyQt 4.9.1 )

2012-04-26 Thread Daniel Barbeau
Oh nice to see you managed to hunt down this bug! Will test this in a few days! Thanks! Daniel - Mail original - > De: "Brian Kelley" > À: "Kah Fai Chong" , "pyqt@riverbankcomputing.com" > > Envoyé: Jeudi 26 Avril 2012 20:08:17 > Objet: Re: [PyQt] [SOLVED] sip: __or__() unsupported funct

Re: [PyQt] I can not install PyQt and sip_4.13.2 on Windows7 x64. “undefined reference”

2012-03-22 Thread Daniel Barbeau
Hello, The official Python x86_64 for Windows 64 does not include libpython.a. If this is also the case for the ActiveState version, you need to create it: http://www.mingw.org/wiki/MSVC_and_MinGW_DLLs Daniel ___ PyQt mailing listPyQt@riverbank

[PyQt] sip: __or__() unsupported function return type - provide %MethodCode and a C++ signature

2012-03-22 Thread Daniel Barbeau
Hello PyQt folks! I need to build PyQt4 myself for several reasons and have succeeded in the past. However, the combination of PyQt4 4.9.1, SIP 4.13.2 and qt 4.8.0 doesn't work. The sip being used is the correct one. My system is Win7 64bits, gcc.exe (GCC) 4.7.0 20120311 (prerelease) from min