Re: [PyQt] PyQt 4.5 snapshot build (windows and mac)

2009-05-17 Thread Magnus Benjes

I was not aware that PyQt goes with mingw32 (what about VC9?). using
mingw which came with Qt4.5 I could build SIP and PyQt (still compiling)
successfully. this article was really helpful:
http://diotavelli.net/PyQtWiki/BuildPyQt4Windows
There is a build in binary incompatibility between the comercial version of 
Qt and the open source version on Windows. The open source version is built 
with Mingw and the comercial version is built with VC. If you want to use Qt 
with VC you have to buy a comercial licence.


And so it is also for PyQt.

Regards
Magnus



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


Re: [PyQt] PyQt 4.5 snapshot build (windows and mac)

2009-05-17 Thread Andreas Pakulat
On 17.05.09 09:13:45, Magnus Benjes wrote:
 I was not aware that PyQt goes with mingw32 (what about VC9?). using
 mingw which came with Qt4.5 I could build SIP and PyQt (still compiling)
 successfully. this article was really helpful:
 http://diotavelli.net/PyQtWiki/BuildPyQt4Windows
 There is a build in binary incompatibility between the comercial version 
 of Qt and the open source version on Windows. The open source version is 
 built with Mingw and the comercial version is built with VC. If you want 
 to use Qt with VC you have to buy a comercial licence.

No you don't. Both the GPL and LGPL version of Qt4 build just fine with
MSVC 2005 or later (IIRC MSVC is supported in the GPL version since 4.3).

Andreas

-- 
Break into jail and claim police brutality.
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


[PyQt] PyQt 4.5 snapshot build (windows and mac)

2009-05-16 Thread Michael Held
hi PyQt people,

first thanks a lot for your huge efforts!
I am newbie here, sorry for stupid questions.

I was able to build PyQt 4.5 snapshots on windows and mac but not
without issues


on mac:
I used PyQt-mac-gpl-4.5-snapshot-20090507.tar.gz together with stackless
python 2.6.1 which succeeded after a SIP patched
(sip-4.8-snapshot-20090430.tar.gz)


on windows:
also using PyQt 4.5 snapshot (PyQt-win-gpl-4.5-snapshot-20090507.zip)

I was not aware that PyQt goes with mingw32 (what about VC9?). using
mingw which came with Qt4.5 I could build SIP and PyQt (still compiling)
successfully. this article was really helpful:
http://diotavelli.net/PyQtWiki/BuildPyQt4Windows

sorry PyQt guys, but your build comments where not very helpful, since
there is no 'make' on windows but nmake, qmake, mingw32-make

installing Python to 'C:\Program Files' did not work because
configure.py seems to mess up the include path (Python.h not fond)

cheers
michael

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