how to package embedded python?

David M. Cotter me at davecotter.com
Tue Jul 30 16:23:06 EDT 2013


yes, i've looked there, and all over google.  i'm quite expert at embedding at this point.

however nowhere i have looked has had instructions for "this this is how you package up your .exe with all the necessary python modules necessary to actually run on a user's system that does not have python installed".

on mac, it's trivial: all macs come with python, there is nothing i need to include with my app and it "just works"

on windows: if you don't include the proper DLLs and/or whatnot, then the app will complain about missing DLLs on startup.

What DLLs must i include?  where are the instructions?



More information about the Python-list mailing list