[New-bugs-announce] [issue26216] run runtktests.py error when test tkinter

allensll report at bugs.python.org
Wed Jan 27 08:36:20 EST 2016


New submission from allensll:

When I run the following:
python ...\Python35\Lib\tkinter\test\runtktests.py
Error:
SystemError: Parent module 'tkinter.test' not loaded, cannot perform relative import
When I add "import tkinter.test" into runtktests.py,it's working.

----------
components: Tkinter
messages: 259021
nosy: allensll
priority: normal
severity: normal
status: open
title: run runtktests.py error when test tkinter
type: behavior
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26216>
_______________________________________


More information about the New-bugs-announce mailing list