Re: Embedding the python interpreter

2007-08-30 Thread Tom Gur
On Aug 28, 4:03 pm, Grant Edwards <[EMAIL PROTECTED]> wrote: > On 2007-08-28, Tom Gur <[EMAIL PROTECTED]> 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 wou

Re: Embedding the python interpreter

2007-08-28 Thread Grant Edwards
On 2007-08-28, Tom Gur <[EMAIL PROTECTED]> 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) ? Hey, This question is

Re: Embedding the python interpreter

2007-08-28 Thread penten
On Aug 28, 8:45 pm, Tom Gur <[EMAIL PROTECTED]> 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 v

Re: Embedding the python interpreter

2007-08-28 Thread Python list
Hi, Do you mean something like py2exe? http://www.py2exe.org/ -- http://mail.python.org/mailman/listinfo/python-list