my python-2.7 outputs C:\Users\sisyphus\AppData\Roaming\Pythonimport sysconfig print(sysconfig._getuserbase())
Clearly, a path of C:\_32\Python27/lib has been delivered to the build process - and I'm fairly sure that those backslashes come straight from python itself. Certainly, I haven't specified any paths that contain a backslash../libtool: line 5999: cd: C:_32Python27/lib: No such file or directory
So ... I'm thinking that if I can get python to deliver paths that contain only forward slashes then this problem will be solved.sisyphus@Owner-PC311012 MINGW64 ~ $ ls /c/_32/Python27 DLLs include libs NEWS.txt pythonw.exe tcl w9xpopen.exe Doc Lib LICENSE.txt python.exe README.txt Tools sisyphus@Owner-PC311012 MINGW64 ~ $ ls C:/_32/Python27 DLLs include libs NEWS.txt pythonw.exe tcl w9xpopen.exe Doc Lib LICENSE.txt python.exe README.txt Tools sisyphus@Owner-PC311012 MINGW64 ~ $ ls C:\_32\Python27 ls: cannot access C:_32Python27: No such file or directory
In reply to [OT++] Seeking Win32 Python Wisdom by syphilis
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |