Eclipse IDE Notes

When using Eclipse/PyDev for developing libavg based applications, undefined import errors are shown and auto completion doesn't work.

To remedy this, add "libavg" to the forced builtins of the python interpreter to get the lib parsed on Eclipse startup.
(Window -> Preferences -> PyDev -> Interpreter - Python -> Forced Builtins)