invisibleroads / invisibleroads/imapIO
SyntaxError: invalid syntax
- Dominant language
- Python
- Stars
- 12
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
when I tray to load this module in ipython3 I get this error:
In [1]: import imapIO
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/IPython/core/interactiveshell.py", line 3265, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "", line 1, in
import imapIO
File "/usr/local/lib/python3.7/site-packages/imapIO/__init__.py", line 102
except self.error, error:
^
SyntaxError: invalid syntax
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.