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 terry.reedy
Recipients cheryl.sabella, terry.reedy
Date 2019-03-26.04:15:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553573738.05.0.00516570434485.issue36429@roundup.psfhosted.org>
In-reply-to
Content
One can start IDLE from python with import idlelib.idle or import idlelib.__main__ but not by importing pyshell, as there is alread a __main__ module.  I cannot think of anything else to check.
History
Date User Action Args
2019-03-26 04:15:38terry.reedysetrecipients: + terry.reedy, cheryl.sabella
2019-03-26 04:15:38terry.reedysetmessageid: <1553573738.05.0.00516570434485.issue36429@roundup.psfhosted.org>
2019-03-26 04:15:38terry.reedylinkissue36429 messages
2019-03-26 04:15:38terry.reedycreate