Vinay Sajip <vinay_sa...@yahoo.co.uk> 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 with 
contents like this:

home = C:\Users\Vinay\AppData\Local\Programs\Python\Python38
include-system-site-packages = false
version = 3.8.1

and the location of python38.lib on this system is given by the libs directory 
relative to the home value in the above snippet.

I don't think this is a venv bug so I will probably close this issue soon, 
unless you provide more evidence of an actual problem in the venv package.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39226>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to