Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

Trying using "import this" instead of "import this.main".

The latter does an "import this" and then attempts to load a "main" package 
that doesn't exist.  You're observed the expected behavior.  See 
https://docs.python.org/3/tutorial/modules.html#packages for more details.

Hope that clears-up your understanding of what is happening.

----------
nosy: +rhettinger
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40386>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to