[New-bugs-announce] [issue35148] cannot activate a venv environment on a Swiss German windows

Martin Bijl-Schwab report at bugs.python.org
Fri Nov 2 12:39:43 EDT 2018


New submission from Martin Bijl-Schwab <martinbijlschwab at gmail.com>:

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 <report at bugs.python.org>
<https://bugs.python.org/issue35148>
_______________________________________


More information about the New-bugs-announce mailing list