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

Show documentation fail with exception #58

Open
ntcong opened this issue Jan 9, 2013 · 0 comments
Open

Show documentation fail with exception #58

ntcong opened this issue Jan 9, 2013 · 0 comments

Comments

@ntcong
Copy link

ntcong commented Jan 9, 2013

Whenever I use show documentation with SublimeRope, I see this in the console

Traceback (most recent call last):
File "./sublime_plugin.py", line 362, in run_
File "./sublime_rope.py", line 532, in run
maxfixes=3)
File "./rope/contrib/codeassist.py", line 63, in get_doc
File "./rope/contrib/codeassist.py", line 514, in get_doc
File "./rope/contrib/codeassist.py", line 552, in _get_function_docstring
File "./rope/contrib/codeassist.py", line 572, in _get_super_methods
File "./rope/contrib/codeassist.py", line 567, in _get_super_methods
AttributeError: 'PyObject' object has no attribute 'get_superclasses'

SublimeRope can go to definition just fine, but show documentation cannot work.
I'm using Linux, Python 2.7.3 and Sublime Text 2217

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

1 participant