[PyKDE] ANN PyQt v4.0 Released
    V. Armando Sole 
    sole at esrf.fr
       
    Tue Jun 13 09:25:25 BST 2006
    
    
  
Surely my previous post will not help anybody because the path will not be 
correct. Now it's fine:
Just for the case someone needs it, here is what I recommended once Qt4 was 
build with VS 2003 with the sourceforge patches:
Adapt the environment variables (surely is more than needed but just to be 
at the safe side):
set MAKE=nmake
set QMAKESPEC=win32-msvc.net
set QTDIR=C:\Qt\4.1.3
set PATH=%QTDIR%\bin;%QTDIR%\lib;%PATH%
And for sip and PyQt4 (download source code, nothing to do with the pre-build
binary):
python configure.py
nmake
nmake install
Perhaps that may help somebody else.
Armando
_______________________________________________
PyKDE mailing list    PyKDE at mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
    
    
More information about the PyQt
mailing list