[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 in the future.

I know this is a minor thing but each time I start a venv in Germany, I am 
reminded of this... :-)

Thanks a lot.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 it's "Active code page: %1\r\n", with no 
period. I commented on the PR that we could work around this by adding "." to 
the list of token delimiters (delims).

--
nosy: +eryksun

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 - 850."

For the user it is not obvious what went wrong. 

The virtual environment is setup and will work in most cases.

Link to https://bugs.python.org/issue32409.

--
components: Library (Lib)
messages: 329140
nosy: Martin Bijl-Schwab
priority: normal
pull_requests: 9610
severity: normal
status: open
title: cannot activate a venv environment on a Swiss German windows
type: behavior
versions: Python 3.6, Python 3.7, Python 3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com