01-06-2024, 11:06 AM
(01-06-2024, 10:48 AM)Tas_mania Wrote: Thanks Ofnuts, looking for socket.py and ssl.py
I looked here:
https://synocommunity.com/package/python
but they seem the same as the files I have.
Do you have a better link or would I compile them?
No link, I use the one installed with my Python 2.7 (unless it was dragged in by another package like requests:
$ll /usr/lib/python2.7/ssl.py
-rw-r--r-- 1 root root 37455 Jul 1 2022 /usr/lib/python2.7/ssl.py
$wc -l /usr/lib/python2.7/ssl.py
1035 /usr/lib/python2.7/ssl.py
$sha1sum /usr/lib/python2.7/ssl.py
11a5a0e290925f6e1cf59749d8d90e9f77b29b7c /usr/lib/python2.7/ssl.py