Hi all, I'm trying to install PyQt on Windows XP and it works fine until I want to do "make install". The command can not find some file, but I'm clueless what is missing (see snippet from the command line below).
It also tells me that "zsh" can not find "not", but I have no idea where zsh is invoked. This problem also occurs with sip (here I installed the files by hand). Thanks Stephan D:\heuel\tmp\PyQt4-gpl-snapshot-20060219>make install make install makefile:30: warning: overriding commands for target `.c.o' makefile:27: warning: ignoring old commands for target `.c.o' mingw32-make[1]: Entering directory `D:/heuel/tmp/PyQt4-gpl-snapshot-20060219/QtCore' zsh: command not found: not copy /y QtCore.pyd c:\Python24\Lib\site-packages\PyQt4\QtCore.pyd process_begin: CreateProcess((null), copy /y QtCore.pyd c:\Python24\Lib\site-packages\PyQt4\QtCore.pyd, ...) failed. make (e=2): The system cannot find the file specified. mingw32-make[1]: *** [install] Error 2 mingw32-make[1]: Leaving directory `D:/heuel/tmp/PyQt4-gpl-snapshot-20060219/QtCore' mingw32-make: *** [install] Error 2 _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
