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 paul.moore
Recipients MrJman006, brett.cannon, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-07-31.15:26:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501514788.88.0.635814884346.issue31056@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, never mind. This is expected behaviour because the embedded distribution includes a ".pth" file which overrides the standard sys.path. For details, see https://docs.python.org/3.6/using/windows.html#finding-modules and https://docs.python.org/3.6/using/windows.html#embedded-distribution

Once again, please understand that the embedded distribution is *not* intended as a "portable version" of Python. It's a specialised distribution for a particular purpose.

If you want a "copy and use" version of Python, I believe there's one available via nuget, but it's not supported by the Python core devs, and I don't have any details for you, other than this.

So to confirm, Python is working as documented and there's no bug here.
History
Date User Action Args
2017-07-31 15:26:28paul.mooresetrecipients: + paul.moore, brett.cannon, tim.golden, zach.ware, steve.dower, MrJman006
2017-07-31 15:26:28paul.mooresetmessageid: <1501514788.88.0.635814884346.issue31056@psf.upfronthosting.co.za>
2017-07-31 15:26:28paul.moorelinkissue31056 messages
2017-07-31 15:26:28paul.moorecreate