-
Notifications
You must be signed in to change notification settings - Fork 134
Open
Description
> pip3 install erlport
Collecting erlport
Installing collected packages: erlport
Successfully installed erlport-0.6
> python3
Python 3.5.2 (default, Nov 25 2016, 16:29:04)
[GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import erlport
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.5/site-packages/erlport/__init__.py", line 33, in <module>
from erlport.erlproto import Port, Protocol
File "/usr/local/lib/python3.5/site-packages/erlport/erlproto.py", line 107
except IOError, why:
^
SyntaxError: invalid syntax
I noticed the current version of erlport is 0.9.8 but the one listed on pypi is 0.6. Is this correct? If not, can the python package on pypi be updated?
Tangentially, how does one go about installing the erlport python library from the source code?
Metadata
Metadata
Assignees
Labels
No labels