On Thu, Oct 4, 2012 at 10:18 AM, Julien Danjou
<email address hidden>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.
It could be. I think I do have it configured that way on my dev system from
before the time when tox was configured and working properly.
On Thu, Oct 4, 2012 at 10:18 AM, Julien Danjou
<email address hidden>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.
It could be. I think I do have it configured that way on my dev system from
before the time when tox was configured and working properly.