0

First, I'm new to python. I have two files I want to see working in a browser, and one file is python.

I have XAMPP installed on my windows 10 laptop. The path to XAMPP is C:\Users\Owner\Desktop\server

I have tried installing mod_wsgi multiple times, changing the MOD_WSGI_APACHE_ROOTDIR each time to something new. I've tried (as administrator):

  • set "MOD_WSGI_APACHE_ROOTDIR=C:\Users\Owner\Desktop\server\apache"
  • set "MOD_WSGI_APACHE_ROOTDIR=C:\Users\Owner\Desktop\server"
  • set "MOD_WSGI_APACHE_ROOTDIR=C:\Users\Owner\Desktop\server\apache\bin"

Each time, when I do pip install mod_wsgi, the console tells me it can't find apache and to set the MOD_WSGI_APACHE_ROOTDIR environment variable.

Any suggestions?

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.