syphilis has asked for the wisdom of the Perl Monks concerning the following question:
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: [OT++] Seeking Win32 Python Wisdom
by thanos1983 (Parson) on Mar 16, 2017 at 12:35 UTC | |
|
Re: [OT++] Seeking Win32 Python Wisdom
by LanX (Saint) on Mar 16, 2017 at 12:10 UTC | |
by jdporter (Paladin) on Mar 18, 2017 at 01:52 UTC | |
|
Re: [OT++] Seeking Win32 Python Wisdom
by stevieb (Canon) on Mar 16, 2017 at 14:11 UTC | |
by syphilis (Archbishop) on Mar 16, 2017 at 23:51 UTC | |
by stevieb (Canon) on Mar 17, 2017 at 13:15 UTC | |
by syphilis (Archbishop) on Mar 18, 2017 at 05:52 UTC | |
by syphilis (Archbishop) on Mar 16, 2017 at 23:51 UTC | |
|
Re: [OT++] Seeking Win32 Python Wisdom
by Anonymous Monk on Mar 16, 2017 at 12:22 UTC | |
by syphilis (Archbishop) on Mar 17, 2017 at 05:54 UTC |