[issue38098] Special Characters Don't Work When Using Virtual Environment

2019-09-13 Thread Eryk Sun
Eryk Sun added the comment: > pyreadline (2.1) The problem is pyreadline. It uses a low-level console read, but it fails to account for the Alt+Numpad sequence of input records that the console uses for non-OEM characters. IIRC, the Unicode character is only sent in the final input record o

[issue38098] Special Characters Don't Work When Using Virtual Environment

2019-09-13 Thread Spandan Garg
Spandan Garg added the comment: This is the output of pip list with venv active: (aladdin_windows_env) C:\Users\t-spga\Documents\workspace\aladdin_windows_env>pip list DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a form

[issue38098] Special Characters Don't Work When Using Virtual Environment

2019-09-13 Thread Steve Dower
Steve Dower added the comment: Thanks Spandan This doesn't reproduce trivially for me, so I suspect there is some difference in the venv. Could you run "pip list" in both the venv and with it deactivated and share the output? There are some packages that modify how console input works. ---

[issue38098] Special Characters Don't Work When Using Virtual Environment

2019-09-13 Thread Steve Dower
Change by Steve Dower : -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware versions: +Python 3.8, Python 3.9 ___ Python tracker ___ _

[issue38098] Special Characters Don't Work When Using Virtual Environment

2019-09-10 Thread Spandan Garg
New submission from Spandan Garg : Recently, I noticed that whenever I execute python from inside a virtual environment, I can't seem to write special characters into the shell. Although, when I exit the virtual environment, this issue no longer occurs. I've confirmed that the versions of pyth