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

Syntax error when python -m pythorrent -h is run #3

@tejt99

Description

@tejt99

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions