[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 before you got the error.

--
nosy: +vstinner

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 recognize '-' ??

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: +iritkatriel

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 OK.

2 tests failed:
test_embed test_tabnanny

26 tests skipped:
test_bz2 test_dbm_gnu test_dbm_ndbm test_devpoll test_idle
test_ioctl test_kqueue test_lzma test_msilib test_ossaudiodev
test_readline test_smtpnet test_sqlite test_ssl test_startfile
test_tcl test_tix test_tk test_ttk_guionly test_ttk_textonly
test_turtle test_winconsoleio test_winreg test_winsound
test_zipfile64 test_zoneinfo

2 re-run tests:
test_embed test_tabnanny

Total duration: 9 min 26 sec
Tests result: FAILURE then FAILURE
Récolte du processus fils perdant 0x55e48cc2b400 PID 15880 
Makefile:1199: recipe for target 'test' failed
make: *** [test] Error 2
Retrait du processus fils 0x55e48cc2b400 PID 15880 de la chaîne.

I don't know what to do. I've read one issue on the topic but I have to admit 
that I didn't understand a thing. Here's the issue 
https://bugs.python.org/issue43001

Thank you for your answers.

--
messages: 389237
nosy: Pattesvador
priority: normal
severity: normal
status: open
title: make test failures, 2 tests failed: test_embed test_tabnanny
versions: Python 3.9

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com