[PyQt] Minor issue with PyQt make file on Windows

Phil Thompson phil at riverbankcomputing.co.uk
Sat Nov 17 11:55:32 GMT 2007


On Friday 16 November 2007, Chris Dunscombe wrote:
> Phil,
>
> Just a minor issue with make file produced on Windows 2000 with PyQt 4.3.1.
>
>    python configure.py -i -a -p win32-g++
>
> produced the following for install
>
> install:
> 	@$(MAKE) -C qpy install
> 	@$(MAKE) -C QtCore install
> 	@$(MAKE) -C QtGui install
> 	@$(MAKE) -C QtTest install
> 	@$(MAKE) -C QtAssistant install
> 	@$(MAKE) -C QtDesigner install
> 	@$(MAKE) -C Qt install
> 	@$(MAKE) -C pyuic install
> 	@$(MAKE) -C designer install
> 	@if not exist C:\Python25\Lib\site-packages\PyQt4 mkdir
> C:\Python25\Lib\site-packages\PyQt4 copy /y __init__.py
> C:\Python25\Lib\site-packages\PyQt4\__init__.py copy /y pyqtconfig.py
> C:\Python25\Lib\site-packages\PyQt4\pyqtconfig.py @if not exist
> C:/Qt/4.3.1\qsci\api\python mkdir C:/Qt/4.3.1\qsci\api\python copy /y
> PyQt4.api C:/Qt/4.3.1\qsci\api\python\PyQt4.api
>
> The last two lines fail due to the \ instead of /. Obviously easy to
> workaround but thought you'd like to know.

The "C:/Qt/4.3.1" is taken from your Qt installation 
(QLibraryInfo::PrefixPath). Sounds like a problem with your Qt build.

Phil


More information about the PyQt mailing list