This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Description
Hi I am just fiddling around with this and when I run python -m pythorrent -h I get a large stream of errors:
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"main", fname, loader, pkg_name)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/Users/theoturner/Downloads/python-pythorrent/pythorrent/main.py", line 16, in
from .torrent import Torrent
File "pythorrent/torrent.py", line 26, in
from .peer_stores import store_from_url
File "pythorrent/peer_stores.py", line 57
class Tracker(object)
^
SyntaxError: invalid syntax
I am not sure what this means. At all, whatsoever.
I am using mac os high sierra.
Thanks in advance