Matt Feifarek wrote:
Another small bummer in learning the layout of things is that .egg files
foil my IDE (Wing) so I can't use the auto-inpect and auto-find features
to learn more about the libraries.
If anyone else is having the same problem, the Wing guys suggested
simply unpacking the egg into the site-packages and things will then
work normally. Of course, you will lose the ability to upgrade via
easy_setup, but it might be worth it for you.
A little hint: if you use easy_install
--single-version-externally-managed then it will unpack the libraries
like this for you.