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