Re: [PyKDE] Build error with current sip/PyQt4

2005-12-07 Thread Phil Thompson
On Monday 05 December 2005 10:29 am, Torsten Marek wrote: Hi Phil, my configure call is $ QMAKESPEC=linux-g++ configure.py -q /usr/share/qt4 -c -j 4 LIBDIR_QT=/usr/lib I get the following error g++ -c -pipe -fPIC -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -I. -I/usr/share/qt4/include/QtCore

Re: [PyKDE] Deployment on Windows? license compatible

2005-12-07 Thread Ulrich Berning
Michael Zimmermann schrieb: Well, after a bit of trial and error I understand the bit about building a signed interpreter (Actually, this is working as I want it to work). Currently I use my default installation that has QT and PyQT installed. With this setup anyone would be able to use the

Re: [PyKDE] Deployment on Windows? license compatible

2005-12-07 Thread Giovanni Bajo
Ulrich Berning [EMAIL PROTECTED] wrote: What I think about doing is: - Compile the pyQT modules statically into python Why do you want to do that? By protecting PyQt from beeing used by a generic interpreter, there is no need to build PyQt statically linked into Python. One advantage is

Re: [PyKDE] Deployment on Windows? license compatible

2005-12-07 Thread Michael Zimmermann
Ulli, thank you very much for this exhaustive answer. Coming from the world of linux and open-source sometimes I find it difficult to wrap my head around the concepts of licensing issues and code protection! If you think, you miss something in the documentation of VendorID (I'm sure you