Nick Coghlan added the comment:

I've added a second answer to the referenced Stack Overflow issue that attempts 
to more clearly explain what is going on: 
https://stackoverflow.com/questions/43393764/python-3-6-project-structure-leads-to-runtimewarning/45070583#45070583

(The problem there is that proj.__init__ implicitly imports the module being 
executed by -m)

If that answer is still insufficient to diagnose the problem you're seeing, 
then I'd suggest submitting a new SO question explaining how the behaviour in 
your case differs from that one, and then providing a link to it as a comment 
on my answer.

----------

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

Reply via email to