[issue35131] Cannot access to customized paths within .pth file

2018-11-08 Thread Valentin Zhao
Valentin Zhao added the comment: I am better just waiting you guys fixing that because it is not urgent. On Sat, Nov 3, 2018 at 10:12 PM Jason R. Coombs wrote: > > Jason R. Coombs added the comment: > > Also, I would argue that this is an enhancement request and not a bug - >

[issue35131] Cannot access to customized paths within .pth file

2018-11-01 Thread Valentin Zhao
New submission from Valentin Zhao : I want to manage all the packages that I installed so every time adding package I set "--target" so the package will be downloaded there. Then I wrote the directory in a .pth file which is located in "/Python36/Lib/site-packages" s

[issue34643] How to build Release Version of Python in Windows?

2018-09-12 Thread Valentin Zhao
Valentin Zhao added the comment: Or say what the difference of the python executable generated from msi installer and built from source? -- ___ Python tracker <https://bugs.python.org/issue34

[issue34643] How to build Release Version of Python in Windows?

2018-09-12 Thread Valentin Zhao
Valentin Zhao added the comment: Sorry for not illustrating this clearly. What I need to build is a copyable, relocatable bunch of files which contains a directory like \bin then has an executable in it, so I can run Python directly. Notwithstanding I do not need a installer because I am

[issue34643] How to build Release Version of Python in Windows?

2018-09-11 Thread Valentin Zhao
Valentin Zhao added the comment: Sorry I posted a wrong pic. -- Added file: https://bugs.python.org/file47798/build前.png ___ Python tracker <https://bugs.python.org/issue34

[issue34643] How to build Release Version of Python in Windows?

2018-09-11 Thread Valentin Zhao
New submission from Valentin Zhao : I am going to build a Python.exe to migrate it to another PC, in order to build a seemingly virtual *environment* of Python which could run python files. What I do to implement this is to *COPY* \win32 folder to another pc then execute python.exe

[issue33692] Chinese characters issue with input() function

2018-06-01 Thread Valentin Zhao
Valentin Zhao added the comment: Hey there! I saw your pull requests to python3.6 and have been merged, so what should we do now? Just update the python to higher a version? -- ___ Python tracker <https://bugs.python.org/issue33

[issue33692] Chinese characters issue with input() function

2018-05-30 Thread Valentin Zhao
Valentin Zhao added the comment: Hello everyone, do we have a walkaround for this issue now? I barely read your discussion. -- ___ Python tracker <https://bugs.python.org/issue33

[issue33692] Chinese characters issue with input() function under Mac OSX

2018-05-30 Thread Valentin Zhao
Change by Valentin Zhao : -- title: Chinese characters issue with input() function -> Chinese characters issue with input() function under Mac OSX ___ Python tracker <https://bugs.python.org/issu

[issue33692] Chinese characters issue with input() function

2018-05-30 Thread Valentin Zhao
New submission from Valentin Zhao : DIRECTLY run(i.e., python xxx/xxx/input_test.py) the file below and input other Chinese characters, then press backspace to delete them. You will find that you cannot delete them all, and even the cursor in the terminal misplaces and overlaps