This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author allensll
Recipients allensll
Date 2016-01-27.13:36:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453901780.17.0.263140202656.issue26216@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-01-27 13:36:20allensllsetrecipients: + allensll
2016-01-27 13:36:20allensllsetmessageid: <1453901780.17.0.263140202656.issue26216@psf.upfronthosting.co.za>
2016-01-27 13:36:20allenslllinkissue26216 messages
2016-01-27 13:36:20allensllcreate