Comment 5 for bug 1052015

Revision history for this message
Julien Danjou (jdanjou) wrote :

Following John advice, I did the same, and it worked. You have to install Ming into your non-virtual environment, because for whatever reason nose cannot find the Ming module in the tox virtual env. Running python in the virtual env and typing "import ming" just works, but it seems that nose is overriding "import" with its own code, and it can find Ming. So having it in the non venv makes things work.

Looks like a bug in Ming and/or nose to me.