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 steve.dower
Recipients SimonG, amaury.forgeotdarc, belopolsky, meador.inge, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-03-22.04:39:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458621553.54.0.787100348364.issue26598@psf.upfronthosting.co.za>
In-reply-to
Content
I used the python35.dll in the embeddable install, along with the python35.zip included in there. I linked against python.h and python35.lib from a full install, but put the resulting exe in the directory with the embeddable install so it uses that instead of the main one.

Probably I ought to write up a more detailed walkthrough on how to customise the embeddable install, but your feedback here is very valuable. Did you do things differently from what I put above? You're certainly not the only one to do whatever you did.
History
Date User Action Args
2016-03-22 04:39:13steve.dowersetrecipients: + steve.dower, paul.moore, amaury.forgeotdarc, belopolsky, tim.golden, meador.inge, zach.ware, SimonG
2016-03-22 04:39:13steve.dowersetmessageid: <1458621553.54.0.787100348364.issue26598@psf.upfronthosting.co.za>
2016-03-22 04:39:13steve.dowerlinkissue26598 messages
2016-03-22 04:39:12steve.dowercreate