Closed effigies closed 8 years ago
Thanks for your reply! 1、I try import ssl from a python prompt.It prompt without _ssl module.So I install ssl and reconfigure Python.Then retry to run tracker,it shows another problem:
Traceback (most recent call last):
File "bttrack.py", line 7, in
2、Is master branch supporte all the Python3.x version? The problem I encountered is because of the wrong Python environment ?
Looks like create_default_context
was added in 3.4. I copied the defaults from 3.5.2 for installations without it.
Closes #34.