Re: running Python code from external application

2011-02-22 Thread Santoso Wijaya
Sounds like an embedding job. Have you taken a look at this documentation ? ~/santa On Tue, Feb 22, 2011 at 4:30 AM, Nadav Chernin wrote: > Hello, > > I need to run Python code from external application. In this external > application i have 2 options to run:

running Python code from external application

2011-02-22 Thread Nadav Chernin
Hello, I need to run Python code from external application. In this external application i have 2 options to run: DLL or COM. Can i create dll or com from the Python code? Or how can i use Python27.dll to call the script and get returned values? Thanks -- http://mail.python.org/mailman/listin