Using the Windows "embedded" distribution of Python

eryk sun eryksun at gmail.com
Thu Sep 29 05:38:11 EDT 2016


On Thu, Sep 29, 2016 at 8:35 AM, Paul  Moore <p.f.moore at gmail.com> wrote:
> PS It's a shame there's no way to put the embedded distribution in a subdirectory
> *without* needing to use dynamic loading, but I guess that's basically an OS limitation.

There are ways to do this. The simplest way is to use a subdirectory
with same name as the executable plus ".local". For example, for
"app.exe" create a directory named "app.exe.local".



More information about the Python-list mailing list