-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Adding External Modules to spyder for Code Completion #1782
Comments
From sarim.ja...@gmail.com on 2014-04-07T12:08:34Z No benefit of these discussions lists. |
From robro...@gmail.com on 2014-04-08T05:06:02Z This is actually an Issues list, not a discussion group (maybe you were thinking about https://groups.google.com/forum/#!forum/spyderlib ?) |
From sarim.ja...@gmail.com on 2014-04-08T13:54:54Z ok, |
From contrebasse on 2014-04-11T06:22:10Z He reports an issue about autocompletion not working, this is the correct place. But keep in mind that support is done in our free time, you can't alwas expect a fast answer. However this is a known issue: https://code.google.com/p/spyderlib/issues/detail?id=1469 . Look in the comments for a manual fix (requires to edit spyder source code). |
From robro...@gmail.com on 2014-04-11T16:24:23Z Oh, I'm sorry! I was misled by the tone of the posts. I really thought it was a call for help on a personal issue rather than a Spyder issue. My apologies to the OP. |
From ccordoba12 on 2014-04-16T08:55:29Z This is going to be solved once we add support for a new completion library called Jedi. Sorry for your current headaches but there is not much we can do about it. Status: Duplicate |
From sarim.ja...@gmail.com on 2014-04-06T07:50:24Z
I can get the built-in libraries' codes in the code completion menu.
I am using POX API that is an external module.
I can't get the functions of this API by the code completion feature, how to do that please guide. What version of the product are you using? On what operating system? Linux Ubuntu 12.04 LTS
Spyder Version : 2.1.9
pyflakes: 0.5.0
rope : 0.9.2
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1782
The text was updated successfully, but these errors were encountered: