[issue35148] cannot activate a venv environment on a Swiss German windows

2019-05-03 Thread Eryk Sun
Change by Eryk Sun : -- resolution: -> duplicate stage: patch review -> resolved status: open -> closed superseder: -> venv activate.bat reset codepage fails on windows 10 ___ Python tracker

[issue35148] cannot activate a venv environment on a Swiss German windows

2018-12-19 Thread Mike Pagel
Mike Pagel added the comment: Dear developers on the nosy list: Would it be possible that someone does a quick review of my related fix in https://github.com/python/cpython/pull/10696? It is extremely simple and has minimal side effects, but would relieve us from getting this annoying error

[issue35148] cannot activate a venv environment on a Swiss German windows

2018-11-25 Thread Mike Pagel
Change by Mike Pagel : -- nosy: +mpagel ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35148] cannot activate a venv environment on a Swiss German windows

2018-11-25 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch pull_requests: +9949 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue35148] cannot activate a venv environment on a Swiss German windows

2018-11-16 Thread Vinay Sajip
Change by Vinay Sajip : -- resolution: fixed -> stage: resolved -> patch review status: closed -> open ___ Python tracker ___ ___

[issue35148] cannot activate a venv environment on a Swiss German windows

2018-11-07 Thread Vinay Sajip
Vinay Sajip added the comment: Fixed, see bpo-32409 for commit information. -- resolution: -> fixed stage: -> resolved status: open -> closed versions: -Python 3.6 ___ Python tracker

[issue35148] cannot activate a venv environment on a Swiss German windows

2018-11-02 Thread Eryk Sun
Eryk Sun added the comment: The Windows command line often has inconsistently localized strings. In this case it's from the ulib.dll utility library. For German, message 0x7692 in "de-DE\ulib.dll.mui" is "Aktive Codepage: %1.\r\n", which has a period after the %1 insert. In the English UI

[issue35148] cannot activate a venv environment on a Swiss German windows

2018-11-02 Thread Vinay Sajip
Vinay Sajip added the comment: So - are you saying that chcp prints "850." when asked for the current code page but won't accept "850." when setting the code page, requiring just "850"? -- ___ Python tracker

[issue35148] cannot activate a venv environment on a Swiss German windows

2018-11-02 Thread Ned Deily
Change by Ned Deily : -- nosy: +vinay.sajip ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35148] cannot activate a venv environment on a Swiss German windows

2018-11-02 Thread Martin Bijl-Schwab
New submission from Martin Bijl-Schwab : There is a small bug in the activate.bat script causing problems on internationalized Windows systems. C:\repo\gui>python -m venv venv C:\repo\gui>call venv\Scripts\activate.bat Parameterformat falsch - 850. This translates to "Wrong parameter -