SIP configure.py makefile quotes around file names
<[email protected]> Sun, 12 Apr 2020 10:59:27 +0200
| Newsgroups | gmane.comp.python.pyqt-pykde |
|---|---|
| Message-ID | <!&!AAAAAAAAAAAYAAAAAAAAACV0UHwKiQlHops5a2dP8KPigAAAEAAAAAwDW293k+JGjgrYE051rQIBAAAAAA==@protopia.co.uk> |
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))
_______________________________________________
PyQt mailing list [email protected]
https://www.riverbankcomputing.com/mailman/listinfo/pyqt