use egg packages
Brought to you by:
fabioz
When an egg package is installed PyDev can't find the package in the installed packages, for example, with the sqlalchemy egg package installed, sqlalchemy is not found in the packages list when somebody tries
from sqlalchemy import *