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 ethan.furman
Recipients Kwpolska, SylvieLorxu, ethan.furman, martin.panter, r.david.murray, rhettinger
Date 2016-07-25.02:23:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469413435.57.0.85531458839.issue27607@psf.upfronthosting.co.za>
In-reply-to
Content
Sylvia, if you have any control over the name of your zip files, please use something shorter.  ;)

The files inside are a 'main.py' and a 'module.py' -- notice there is no '__main__.py'.  So it can't be executed as 'python3 -m blahblah'.

I tried renaming 'main.py' to '__main__.py' but then I get either

  ImportError: cannot import name 'Module'

or

  ImportError: No module named 'module'

I'm happy to check for strange Enum interactions, but I need a working test case first.
History
Date User Action Args
2016-07-25 02:23:55ethan.furmansetrecipients: + ethan.furman, rhettinger, r.david.murray, martin.panter, SylvieLorxu, Kwpolska
2016-07-25 02:23:55ethan.furmansetmessageid: <1469413435.57.0.85531458839.issue27607@psf.upfronthosting.co.za>
2016-07-25 02:23:55ethan.furmanlinkissue27607 messages
2016-07-25 02:23:54ethan.furmancreate