Hello,
I try to install mod_wsgi with the command
pip install mod_wsgi
but the following error display :
C:\Python36-32\Scripts>pip install mod_wsgi
Collecting mod_wsgi
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\lenovo\AppData\Local\Temp\pip-install-r8og_37s\mod-wsgi\setup.py", line 149, in <module>
APACHE_ROOTDIR)
RuntimeError: The Apache directory '"C:\\Apache24"' does not exist.
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\lenovo\AppData\Local\Temp\pip-install-r8og_37s\mod-wsgi\
in fact, at the begin, I did not have this error, I have an other error which I try to solve it by this command:
set MOD_WSGI_APACHE_ROOTDIR="C:\Apache24"
please could you help me to solve this error
I have python 3.6 32bits