Stacktrace when loading plugin installed in 'develop' mode
Loading a plugin installed through pip install -e
or setup.py develop
results in particularly cryptic error messages: pip_e.txt.
Since users writing plugins will presumably often use this method of installation for convenience, this error should either be fixed or at least result in a slightly more understandable error message.