Python Installation

Hi guys.

Do you know how can I use IIS or apache for my python scripts, do you have any tutorial about that?

I’m tryng to print hello world using IIS but I have autorization issues.

I followed these steps:

  • Enebled CGI
  • Added an application on the default web site
    *Added a script Map for *.py
    *gived an execution permission to work

But it still not work ( unathorized )
:frowning: mabye I need some tutorial to do so…even in linux if is possible.

Thank you


EDITED


Ok,
I solved my problem.

My task was to execute python scripts from web using IIS.

I follow this step to configure the server.

After that I’ve modified the Authentication using application pool identities and assigned the default application pool to “LocalSystem” identity to solve my permission problem.

I hope that my headache can be helpful to someone :slight_smile:

1 Like