[PyQt] problem installing sip in windows

marcos hipe marcoshipe at gmail.com
Tue Nov 23 18:57:52 GMT 2010


hi! i'm new in this list (and sorry for my bad english)
i'm trying to install pyqt 4.8.1 in windows xp, so, i need to install sip
(4.11.2).
i installed MinGW (TDM-GCC really) to compile and python 2.7
i did:
   python configure.py -p win32-g++
   mingw32-make
and when i did:
   mingw32-make install
something like that appeared in the console:
...
mingw32-make[1]: Entering directory `C:/Documents and Settings/user/E
scritorio/programa facturas/instaladores python, etc/sip-4.11.2/siplib'
copy /y sip.pyd "C:\Archivos de
programa\Python2.7\Lib\site-packages\sip.pyd"
        1 archivos copiados.                                 (IN ENGLISH "1
FILE COPIED")
strip "C:\Archivos de programa\Python2.7\Lib\site-packages\sip.pyd"
copy /y "C:\Documents and Settings\user\Escritorio\programa facturas\
instaladores python, etc\sip-4.11.2\siplib\sip.h" "C:\Archivos de
programa\Pytho
n2.7\include\sip.h"
El sistema no puede hallar la ruta especificada.      (IN ENGLISH "the
system can't find the especific path")
mingw32-make[1]: *** [install] Error 1

look that in the beginning is used the / separator (like in gnu/linux) and
no error happend, but, then is used \ (like in windows) and the error
appeared.
how can i solve that?? using other compiler? or modifying the makefile?
¿what do you recomend me?
thanks a lot!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20101123/4316b146/attachment.html>


More information about the PyQt mailing list