[issue43583] make test failures, 2 tests failed: test_embed test_tabnanny

2022-01-29 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> test_embed and test_tabnanny fails if the current directory is non-ASCII ___ Python tracker

[issue43583] make test failures, 2 tests failed: test_embed test_tabnanny

2021-05-25 Thread STINNER Victor
STINNER Victor added the comment: > I'm trying to install python 3.9.2 on a 18.04.5 ubuntu. I downloaded the > Python-3.9.2.tar.xz and followed the readme.txt installation instructions. > When executing the "make test" command I get this error : Please provide *all* commands that you typed

[issue43583] make test failures, 2 tests failed: test_embed test_tabnanny

2021-05-04 Thread Alexei S
Alexei S added the comment: i rename folder and tried python3 -m '~/Загрузки/Python-389/Lib/test/test_embed' -v /usr/bin/python3: No module named ~/Загрузки/Python-389/Lib/test/test_embed ??? -- ___ Python tracker

[issue43583] make test failures, 2 tests failed: test_embed test_tabnanny

2021-05-04 Thread Alexei S
Alexei S added the comment: python3 -m ~/Загрузки/Python-3.8.9/Lib/test/test_embed -v /usr/bin/python3: Error while finding module specification for '/home/alexei/Загрузки/Python-3.8.9/Lib/test/test_embed' (ModuleNotFoundError: No module named '/home/alexei/Загрузки/Python-3') it doesn't

[issue43583] make test failures, 2 tests failed: test_embed test_tabnanny

2021-05-04 Thread Alexei S
Alexei S added the comment: I have opened the same issue https://bugs.python.org/issue44031 -- nosy: +asholomitskiy84 ___ Python tracker ___

[issue43583] make test failures, 2 tests failed: test_embed test_tabnanny

2021-05-04 Thread Alexei S
Change by Alexei S : Added file: https://bugs.python.org/file50013/log_make_test 3.9.2.log ___ Python tracker ___ ___ Python-bugs-list

[issue43583] make test failures, 2 tests failed: test_embed test_tabnanny

2021-05-04 Thread Alexei S
Change by Alexei S : Added file: https://bugs.python.org/file50012/log_make_test 3.8.9.log ___ Python tracker ___ ___ Python-bugs-list

[issue43583] make test failures, 2 tests failed: test_embed test_tabnanny

2021-05-02 Thread Alexei S
Change by Alexei S : -- components: +Tests type: -> compile error ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue43583] make test failures, 2 tests failed: test_embed test_tabnanny

2021-04-14 Thread Irit Katriel
Irit Katriel added the comment: As Victor suggested in https://bugs.python.org/issue43001#msg386820: Try to run directly the two failing tests in verbose mode, copy/paste the output into a file and attach the file here: python -m test test_embed test_tabnanny -v -- nosy:

[issue43583] make test failures, 2 tests failed: test_embed test_tabnanny

2021-03-21 Thread Pattesvador
New submission from Pattesvador : I'm trying to install python 3.9.2 on a 18.04.5 ubuntu. I downloaded the Python-3.9.2.tar.xz and followed the readme.txt installation instructions. When executing the "make test" command I get this error : == Tests result: FAILURE then FAILURE == 397 tests