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 MrJman006
Recipients MrJman006, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-07-27.14:56:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501167395.04.0.978474352938.issue31056@psf.upfronthosting.co.za>
In-reply-to
Content
I am running Windows 7 and Python 3.6.2 trying to import module A from withing module B where both Module A and B are located in the same directory. I get the ModuleNotFoundError. I try the exact same setup with Python 3.5.2 and get no errors and I get the expected behavior.

For more details about the exact process I went through and everything I tried, see the StackOverflow post I made about it here: https://stackoverflow.com/questions/45336678/python-3-import-module-not-working-according-to-docs?noredirect=1#comment77637921_45336678
History
Date User Action Args
2017-07-27 14:56:35MrJman006setrecipients: + MrJman006, paul.moore, tim.golden, zach.ware, steve.dower
2017-07-27 14:56:35MrJman006setmessageid: <1501167395.04.0.978474352938.issue31056@psf.upfronthosting.co.za>
2017-07-27 14:56:34MrJman006linkissue31056 messages
2017-07-27 14:56:34MrJman006create