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 Andi Bergmeier
Recipients Andi Bergmeier, paul.moore, r.david.murray, steve.dower, tim.golden, zach.ware
Date 2017-02-08.16:27:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486571279.47.0.329713249773.issue29503@psf.upfronthosting.co.za>
In-reply-to
Content
Using the Python API would of course be the preferred way to go.
Sadly that also means that you at minimum have a full compiler and that IMO seems overkill when you only want to build a Python package or a Python test (from the end-user point of view).

The ._pth would be perfect if I could place it alongside the .py script I want to execute.

BTW: Can you please remove PYTHONPATH from the help message and so forth for the embeddable variant. Can be misleading.
History
Date User Action Args
2017-02-08 16:27:59Andi Bergmeiersetrecipients: + Andi Bergmeier, paul.moore, tim.golden, r.david.murray, zach.ware, steve.dower
2017-02-08 16:27:59Andi Bergmeiersetmessageid: <1486571279.47.0.329713249773.issue29503@psf.upfronthosting.co.za>
2017-02-08 16:27:59Andi Bergmeierlinkissue29503 messages
2017-02-08 16:27:59Andi Bergmeiercreate