Embed python interpreter in a python application
Posted
by MatToufoutu
on Stack Overflow
See other posts from Stack Overflow
or by MatToufoutu
Published on 2010-03-14T04:24:12Z
Indexed on
2010/03/14
4:25 UTC
Read the original article
Hit count: 575
Hi, i'm looking for a way to ship the python interpreter with my application (also written in python), so that it doesn't need to have python installed on the machine.
I searched google and found a bunch of results about how to embed the python interpreter in applications written in various languages, but nothing for applications writtent in python itself... I don't need to "hide" my code or make a binary like cx_freeze does, i just don't want my users to have to install python to use my app, that's all.
Thanks.
© Stack Overflow or respective owner