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

Embedding the python interpreter

2007-08-28 Thread Tom Gur
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) ? -- http://mail.python.org/mailman/listinfo/python-list

Re: Problem embedding the Python interpreter and importing win32extensions

2007-01-26 Thread Gabriel Genellina
<[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > I am using python 2.2.3, because I am using some dSpace software > (controldesk/automationdesk) that is based upon that version of python. I > have some pre-compiled python modules that come with the dspace > applications. I am p

Problem embedding the Python interpreter and importing win32 extensions

2007-01-26 Thread paroutyj
I have been playing around with this issue for a while and seen some previous posting trying to address the problem but I haven't seen any answers to the problem so I am reposting it in my quest for a solution. I am using python 2.2.3, because I am using some dSpace software (controldesk/autom