running Python code from external application

Santoso Wijaya santoso.wijaya at gmail.com
Tue Feb 22 12:55:17 EST 2011


Sounds like an embedding job. Have you taken a look at this
documentation<http://docs.python.org/extending/>
?

~/santa


On Tue, Feb 22, 2011 at 4:30 AM, Nadav Chernin <nadavchernin at gmail.com>wrote:

> 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/listinfo/python-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20110222/3b7fc62d/attachment-0001.html>


More information about the Python-list mailing list