summpy
summpy copied to clipboard
Error
I got an error like below. My env is macOS Sierra, Python 3.6.0 :: Anaconda 4.3.0 (x86_64). Any clue is appreciated.
$ python -m summpy.server -h 127.0.0.1 -p 8080
Traceback (most recent call last):
File "/Users/naoyak/anaconda/lib/python3.6/runpy.py", line 183, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/Users/naoyak/anaconda/lib/python3.6/runpy.py", line 153, in _get_module_details
code = loader.get_code(mod_name)
File "<frozen importlib._bootstrap_external>", line 781, in get_code
File "<frozen importlib._bootstrap_external>", line 741, in source_to_code
File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
File "/Users/naoyak/anaconda/lib/python3.6/site-packages/summpy/server.py", line 79
except Exception, e:
^
SyntaxError: invalid syntax