[issue34103] Python3.7 places cwd instead of a scripts path in sys.path.

2018-07-12 Thread AndreasPK
AndreasPK added the comment: I've learned that msys builds their own Python binary which is the one broken. So I'm closing this as it's my undestanding that it is not a bug in the official distribution. Thanks for the quick responses. -- stage: -> resolved status: open -> closed

[issue34103] Python3.7 places cwd instead of a scripts path in sys.path.

2018-07-12 Thread AndreasPK
AndreasPK added the comment: Thank you for the fast response! Both versions are distributed via msys I did not build them myself and installed 3.7 via pacman (today). $ python3.7 Python 3.7.0 (default, Jul 12 2018, 11:44:33) [GCC 7.3.0 64 bit (AMD64)] on win32 I only found out about this

[issue34103] Python3.7 places cwd instead of a scripts path in sys.path.

2018-07-12 Thread INADA Naoki
INADA Naoki added the comment: inada-n@rinrin:~/t$ ../pyenv/versions/3.7.0/bin/python ../fset.py ['/home/inada-n', '/home/inada-n/pyenv/versions/3.7.0/lib/python37.zip', '/home/inada-n/pyenv/versions/3.7.0/lib/python3.7', '/home/inada-n/pyenv/versions/3.7.0/lib/python3.7/lib-dynload',

[issue34103] Python3.7 places cwd instead of a scripts path in sys.path.

2018-07-12 Thread Eric N. Vander Weele
Change by Eric N. Vander Weele : -- nosy: +ericvw ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34103] Python3.7 places cwd instead of a scripts path in sys.path.

2018-07-12 Thread AndreasPK
New submission from AndreasPK : Andi@Horzube MINGW64 ~/tmp $ python3.7 ../pyTest.py ['', 'C:/ghc/msys64/mingw64/lib/python37.zip', 'C:/ghc/msys64/home/Andi/tmp', 'C:/ghc/msys64/mingw64/lib/python3.7', 'C:/ghc/msys64/mingw64/bin', 'C:/ghc/msys64/mingw64/lib/python3.7/lib-dynload',