Embedding the python interpreter
penten at gmail.com
penten at gmail.com
Tue Aug 28 09:01:07 EDT 2007
On Aug 28, 8:45 pm, Tom Gur <gur.... at gmail.com> wrote:
> Hey,
>
> Do you know an easy way to embed the python interpreter in a python
> program (so a non-technical user, which has no idea how to install the
> python interpreter would be able to run the script as an executable) ?
py2exe does this very well for windows executables: http://www.py2exe.org/
More information about the Python-list
mailing list