[PyQt] SIP configure.py makefile quotes around file names

pyqt at protopia.co.uk pyqt at protopia.co.uk
Sun Apr 12 09:59:27 BST 2020


I have spaces in some of my directory names (on Windows obviously) and nmake
fails.

 

I have tracked this down to the following fixes being needed (in SIP 4.19):

 

configure.py line 360/361:

        run_mk_distinfo = '%s %s "$(DESTDIR)" %s installed.txt' % (

                quote(sys.executable), quote(mk_distinfo),
quote(distinfo_dir))

 

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20200412/290faee7/attachment.htm>


More information about the PyQt mailing list