One of the nice features of working in Eclipse with PyDev is that clicking F3 you can browse into almost anything. However, if the package you're using is contained in a Python egg, that doesn't work.
Is it possible to make it work?
If not, would it work to extract the egg's contents into site-packages
and delete the egg? Wouldn't some metadata be lost?