Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

help(iopro) throws TextAdapter exception #1

Open
ijstokes opened this issue Nov 1, 2016 · 0 comments
Open

help(iopro) throws TextAdapter exception #1

ijstokes opened this issue Nov 1, 2016 · 0 comments

Comments

@ijstokes
Copy link

ijstokes commented Nov 1, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@ijstokes and others