This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Martin Bijl-Schwab
Recipients Martin Bijl-Schwab
Date 2018-11-02.16:39:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541176783.96.0.788709270274.issue35148@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-11-02 16:39:44Martin Bijl-Schwabsetrecipients: + Martin Bijl-Schwab
2018-11-02 16:39:43Martin Bijl-Schwabsetmessageid: <1541176783.96.0.788709270274.issue35148@psf.upfronthosting.co.za>
2018-11-02 16:39:43Martin Bijl-Schwablinkissue35148 messages
2018-11-02 16:39:43Martin Bijl-Schwabcreate