how to package embedded python?

Kevin Walzer kw at codebykevin.com
Mon Jul 29 17:38:44 EDT 2013


On 7/25/13 5:05 PM, David M. Cotter wrote:
> what must i include in my app package if i'm embedding python?
>
> i tried including *everything* in the "DLLs" directory, but my app still crashes as soon as i attempt to initialize python.
>
> this is on a system that does not have python installed, as most of my users won't have it.  is it actually a requirement that they first install python?  (cuz it does work then)
>

Have you looked at these docs?

http://docs.python.org/2/extending/embedding.html

Lots of other hits on Google for ""embedding Python in C app."

-- 
Kevin Walzer
Code by Kevin/Mobile Code by Kevin
http://www.codebykevin.com
http://www.wtmobilesoftware.com



More information about the Python-list mailing list