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 Andi Bergmeier, paul.moore, r.david.murray, steve.dower, tim.golden, zach.ware
Date 2017-02-08.16:20:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486570839.4.0.888610522606.issue29503@psf.upfronthosting.co.za>
In-reply-to
Content
With the embedded distribution, you should probably be calling the Python API rather than running python.exe. And if you do it that way, you can set sys.path via the API before calling user code.

Alternatively, you can set up a site.py within your copy of the embedded distribution to configure the PATH you want.

Or you can just modify the _pth file that's in the embedded distribution. That's pretty much what it's for...
History
Date User Action Args
2017-02-08 16:20:39paul.mooresetrecipients: + paul.moore, tim.golden, r.david.murray, zach.ware, steve.dower, Andi Bergmeier
2017-02-08 16:20:39paul.mooresetmessageid: <1486570839.4.0.888610522606.issue29503@psf.upfronthosting.co.za>
2017-02-08 16:20:39paul.moorelinkissue29503 messages
2017-02-08 16:20:39paul.moorecreate