Message298256
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. |
|
Date |
User |
Action |
Args |
2017-07-13 02:50:13 | ncoghlan | set | recipients:
+ ncoghlan, brett.cannon, larry, ned.deily, python-dev, eric.snow, martin.panter, wolma, lzkelley |
2017-07-13 02:50:13 | ncoghlan | set | messageid: <1499914213.35.0.311343749559.issue27487@psf.upfronthosting.co.za> |
2017-07-13 02:50:13 | ncoghlan | link | issue27487 messages |
2017-07-13 02:50:12 | ncoghlan | create | |
|