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 paul.moore, rutski, steve.dower, tim.golden, zach.ware
Date 2017-08-10.13:29:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502371777.73.0.408117069841.issue31172@psf.upfronthosting.co.za>
In-reply-to
Content
Your final file layout needs to match any of our standard ones. On my phone now so I'm not going to write them all out (will do it later if you need), but you need to put your .exe in the same location as the python.exe for the runtime you're using (or move the runtime around your exe).

Also look at the embeddable zip package. It's meant for this (though you still need a full install to build). I do this all the time.
History
Date User Action Args
2017-08-10 13:29:37steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, rutski
2017-08-10 13:29:37steve.dowersetmessageid: <1502371777.73.0.408117069841.issue31172@psf.upfronthosting.co.za>
2017-08-10 13:29:37steve.dowerlinkissue31172 messages
2017-08-10 13:29:37steve.dowercreate