EclipseIDE

Version 1 (scotty, 15/01/2013 12:23)

1 1 scotty
h1. Eclipse IDE Notes
2 1 scotty
3 1 scotty
When using Eclipse/PyDev for developing libavg based applications, undefined import errors are shown and auto completion doesn't work.
4 1 scotty
5 1 scotty
To remedy this, add "libavg" to the forced builtins of the python interpreter to get the lib parsed on Eclipse startup.
6 1 scotty
(Window -> Preferences -> PyDev -> Interpreter - Python -> Forced Builtins)