Alexei S added the comment:
how we can fix this small problem in next releases
of test_embed test_tabnanny?
other tests didn't fail
--
___
Python tracker
<https://bugs.python.org/is
Alexei S added the comment:
yes!
the problem was in folder caption!
--
___
Python tracker
<https://bugs.python.org/issue44031>
___
___
Python-bugs-list mailin
Alexei S added the comment:
the problem is caused by language??
--
___
Python tracker
<https://bugs.python.org/issue44031>
___
___
Python-bugs-list mailin
Alexei S added the comment:
I downloaded tar.gz of Python-3.8.9 and Python-3.9.4 into my ~/Downloads folder
(~/Загрузки in Russian)
extracted them, after that executed:
chmod +x configure
CXX=/usr/bin/g++ ./configure --enable-optimizations
make -j4
problems the same for both Python versions
Alexei S added the comment:
make test TESTOPTS="-v test_embed test_tabnanny"
CC='gcc -pthread' LDSHARED='gcc -pthread -shared' OPT='-DNDEBUG -g -fwrapv
-O3 -Wall' _TCLTK_INCLUDES='' _TCLTK_LIBS='' ./python -E ./set
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
<https://bu
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-
Alexei S added the comment:
the same issue also in
https://bugs.python.org/issue43583
--
___
Python tracker
<https://bugs.python.org/issue44031>
___
___
Pytho
Alexei S added the comment:
I have opened the same issue
https://bugs.python.org/issue44031
--
nosy: +asholomitskiy84
___
Python tracker
<https://bugs.python.org/issue43
Change by Alexei S :
Added file: https://bugs.python.org/file50013/log_make_test 3.9.2.log
___
Python tracker
<https://bugs.python.org/issue43583>
___
___
Python-bug
Change by Alexei S :
Added file: https://bugs.python.org/file50012/log_make_test 3.8.9.log
___
Python tracker
<https://bugs.python.org/issue43583>
___
___
Python-bug
Change by Alexei S :
--
resolution: -> out of date
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue43001>
___
___
Python-bugs-list
Alexei S added the comment:
this problem was announced also in 43001
https://bugs.python.org/issue43001?@ok_message=%D0%98%D0%B7%D0%BC%D0%B5%D0%BD%D0%B5%D0%BD%D1%8B%20%D0%B0%D1%82%D1%80%D0%B8%D0%B1%D1%83%D1%82%D1%8B%20%D0%B7%D0%B0%D0%B3%D0%BB%D0%B0%D0%B2%D0%B8%D0%B5%20%D0%BE%D0%B1%D1%8A%D0%B5
Change by Alexei S :
Added file: https://bugs.python.org/file50011/log_make_test 3.8.9.log
___
Python tracker
<https://bugs.python.org/issue44031>
___
___
Python-bug
Change by Alexei S :
Added file: https://bugs.python.org/file50010/log_make_test 3.9.2.log
___
Python tracker
<https://bugs.python.org/issue44031>
___
___
Python-bug
Change by Alexei S :
Added file: https://bugs.python.org/file50009/log_make 3.9.2.log
___
Python tracker
<https://bugs.python.org/issue44031>
___
___
Python-bugs-list m
New submission from Alexei S :
Python 3.9.2 make test
== Tests result: FAILURE then FAILURE ==
396 tests OK.
2 tests failed:
test_embed test_tabnanny
27 tests skipped:
test_bz2 test_curses test_dbm_gnu test_dbm_ndbm test_devpoll
test_gdb test_idle test_ioctl test_kqueue test_lzma
Change by Alexei S :
--
title: python3.8.9, python3.9.1 test_embed test_tabnanny failed -> python3.8.9,
python3.9.2 test_embed test_tabnanny failed
___
Python tracker
<https://bugs.python.org/issu
Change by Alexei S :
Added file: https://bugs.python.org/file50007/log_make_test 3.9.2.log
___
Python tracker
<https://bugs.python.org/issue43001>
___
___
Python-bug
Alexei S added the comment:
python 3.8.9 also show compile problems
my system: Linux Mint 20.1 Cinnamon (Cinnamon 4.8.6)
kernel 5.8.0-48-generic
$uname -a
Linux home 5.8.0-48-generic #54~20.04.1-Ubuntu SMP Sat Mar 20 13:40:25 UTC 2021
x86_64 x86_64 x86_64 GNU/Linux
I tried to execute problem
Change by Alexei S :
--
versions: +Python 3.8
___
Python tracker
<https://bugs.python.org/issue43001>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Alexei S :
--
resolution: out of date ->
status: closed -> open
___
Python tracker
<https://bugs.python.org/issue43001>
___
___
Python-bugs-list
Change by Alexei S :
--
title: python3.9.1 test_embed test_tabnanny failed -> python3.9.1python3.9.1
test_embed test_tabnanny failed
___
Python tracker
<https://bugs.python.org/issu
Change by Alexei S :
--
components: +Tests
type: -> compile error
___
Python tracker
<https://bugs.python.org/issue43583>
___
___
Python-bugs-list mai
Alexei S added the comment:
== Tests result: FAILURE ==
403 tests OK.
3 tests failed:
test_embed test_ssl test_tabnanny
--
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/i
New submission from Alexei S :
this commands are successful:
CXX=/usr/bin/g++ ./configure --enable-optimizations >> log_configure.log
make -j4 >> log_make.log
errors on make test:
make -j4 test >> log_make_test.log
my system:
uname -a
Linux home 5.8.0-43-generic #49~20.0
New submission from Alexei S :
== Tests result: FAILURE then FAILURE ==
396 tests OK.
2 tests failed:
test_embed test_tabnanny
27 tests skipped:
test_bz2 test_curses test_dbm_gnu test_dbm_ndbm test_devpoll
test_gdb test_idle test_ioctl test_kqueue test_lzma test_msilib
27 matches
Mail list logo