Antonio Vázquez Blanco added the comment:
If that is the intended way to proceed then I will patch mod_wsgi.
Sorry for the inconvenience and thank you very much for the pointers.
Thanks!
--
resolution: -> not a bug
stage: -> resolved
status: open -> closed
_
Vinay Sajip added the comment:
The python38.lib file isn't present in any venv, whether created by virtualenv
or "python -m venv". I believe the mod_wsgi build process may not cater for
building in a venv on Windows.
When created with "python -m venv", a venv contains the file pyvenv.cfg wit
Brett Cannon added the comment:
When have you seen this work previously? On my Windows 10 machine there is no
Scripts\libs directory for Python 3.7, let alone a python37.lib file in any
directory that I can find.
--
nosy: +brett.cannon, vinay.sajip
__
New submission from Antonio Vázquez Blanco :
I've tryed to install mod_wsgi using pip lately in a venv. This installation
process fails with a message about a missing venv\scripts\libs\python38.lib
file as reported in https://github.com/GrahamDumpleton/mod_wsgi/issues/506
It seems that this fi