Embedded python on systems without python installed

Stef Mientki stef.mientki at gmail.com
Tue Oct 27 18:31:45 EDT 2009


KillSwitch wrote:
> I have python successfully embedded in a program I wrote.
>
> What files do I need and where do I need to put them so that it can
> run on systems that don't have python installed?
>   
I embed python in Delphi apps, and the only thing I add is python24.dll,
which I put in the same directory as the Delphi executable,
(but i you want a less clean install, you can put the dll also in the 
windows directory)

cheers,
Stef



More information about the Python-list mailing list