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 Using cached https://files.pythonhosted.org/packages/9e/37/dd336068ece37c43957aa337f25c59a9a6afa98086e5507908a2d21ab807/mod_wsgi-4.6.4.tar.gz 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 -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/d/optout.
