Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threading / Loops in Python Plugin
#8
(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
Reply


Messages In This Thread
Threading / Loops in Python Plugin - by JBreckeen - 01-01-2024, 05:11 PM
RE: Threading / Loops in Python Plugin - by Ofnuts - 01-06-2024, 11:06 AM

Forum Jump: