invisibleroads / imapIO

Convenience classes and methods for processing IMAP mailboxes

Home Page:pypi.python.org/pypi/imapIO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SyntaxError: invalid syntax

ildeb opened this issue · comments

commented

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