Calling Python code from inside php

sturlamolden sturlamolden at yahoo.no
Fri Apr 25 15:56:21 EDT 2008


On Apr 23, 9:08 pm, MC <XX.X... at XX.XmclaveauX.com> wrote:

> If you are under Windows, you can:
>  - call Python's functions via Active-Scripting
>  - call a Python COM server (functions or properties)
>
> For that, use Pywin32. And, in all cases, call functions can use
> parameters.

This is perhaps the preferred solution if the web server is IIS and
not Apache.



More information about the Python-list mailing list