Open
Description
I have IOPro 1.7.2 installed on my Mac, under Python 3.5 and Anaconda 4.2. When I execute help(iopro)
I get a TextAdapter
stack trace as follows:
/Users/ijstokes/anaconda/lib/python2.7/pydoc.pyc in docmodule(self, object, name, mod)
1092
1093 classes = []
-> 1094 for key, value in inspect.getmembers(object, inspect.isclass):
1095 # if __all__ exists, believe it. Otherwise use old heuristic.
1096 if (all is not None
/Users/ijstokes/anaconda/lib/python2.7/inspect.pyc in getmembers(object, predicate)
251 for key in dir(object):
252 try:
--> 253 value = getattr(object, key)
254 except AttributeError:
255 continue
/Users/ijstokes/anaconda/lib/python2.7/site-packages/iopro/__init__.pyc in __getattr__(self, name)
iopro/textadapter/TextAdapter.pyx in init iopro.textadapter.TextAdapter (iopro/textadapter/TextAdapter.c:51003)()
ValueError: too many values to unpack (expected 3)
Please advise how to move forward.
Metadata
Metadata
Assignees
Labels
No labels