New submission from ric <[EMAIL PROTECTED]>:
Building Python 2.5.2 on Solaris9, receive error:
checking sys/socket.h presence... yes
configure: WARNING: sys/socket.h: present but cannot be compiled
configure: WARNING: sys/socket.h: check for missing prerequisite
headers?
configure: W
New submission from Ric Anderson :
When a site updates python3 from 3.5 to 3.6 (based on
https://docs.python.org/3/faq/general.html#how-does-the-python-version-numbering-scheme-work,
this is would be a minor version update),pre-upgrade venv setups created with
"python3 -menv ...&q
Ric Anderson added the comment:
Okay, are virtual env's expected to not be compatible as well?
E.g., I built a venv under 3.5; venv copied in the 3.5 python executable, but
not the needed library; should not -mvenv also copy libpython3.5 into the
virutal setup or at least includ
Ric Anderson added the comment:
well then, I guess y'all can close this ticket
--
___
Python tracker
<https://bugs.python.org/issue32151>
___
___
Pytho