Python programming with Eclipse+Pydev code assistant without sources -


i'm using eclipse+pydev plugin develop python applications using proprietary python framework. how can set code assistant in ide without having framework sources available? there open source tool generate documentation stub sources files , make readable pydev plugin without need of having these sorces in project? have ideas? thank you,

alessandro

well, if you're developing against it, should have @ least .pyc/.pyd files, so, make sure add proper folder containing pythonpath , add needed entries forced builtins (http://www.pydev.org/manual_101_interpreter.html has instructions).

if that's not enough (i.e.: pydev can't discover needed info introspection live interpreter), can create file provide "predefined completions" (again, http://www.pydev.org/manual_101_interpreter.html has instructions that).


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -