I had that problem too. I just copied the files manually. copy sipconfig.py and siplib\sip.pyd to c:\python25\lib\site-packages (or whatever the number is for your python version)
On Mon, Jul 21, 2008 at 12:38 AM, Alexandr N Zamaraev <[EMAIL PROTECTED]> wrote: > If I try install sip or PyQt with MinGW + MSYS, I recive error: > > sip>mingw32-make install > mingw32-make.EXE[1]: Entering directory `D:/Lang/qt/sip/sipgen' > makefile:29: warning: overriding commands for target `.c.o' > makefile:26: warning: ignoring old commands for target `.c.o' > /bin/sh: -c: line 1: syntax error: unexpected end of file > mingw32-make.EXE[1]: *** [install] Error 258 > mingw32-make.EXE[1]: Leaving directory `D:/Lang/qt/sip/sipgen' > mingw32-make.EXE: *** [install] Error 2 > > siputils.py.diff - Path for correct > > _______________________________________________ > PyQt mailing list [email protected] > http://www.riverbankcomputing.com/mailman/listinfo/pyqt > _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
