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 niacdoial
Recipients niacdoial
Date 2015-03-08.17:25:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425835536.72.0.145087348423.issue23610@psf.upfronthosting.co.za>
In-reply-to
Content
hello!

trying the solutions proposed by the 23546'th issue, i found that the -m argument, for packages (like tkinter, or idlelib; not io or socket), trys to find the "__main__" file, not the "__init__" file, which is the main file of any package.

is that a problem?

thank you for reading this, and have a nice day/evening!
History
Date User Action Args
2015-03-08 17:25:36niacdoialsetrecipients: + niacdoial
2015-03-08 17:25:36niacdoialsetmessageid: <1425835536.72.0.145087348423.issue23610@psf.upfronthosting.co.za>
2015-03-08 17:25:36niacdoiallinkissue23610 messages
2015-03-08 17:25:36niacdoialcreate