may be different sources of marvin, one in installed path and one about to be installed. So, pip install --upgrade should have worked, but uninstall and install is equally good.
Santhosh ________________________________________ From: Daan Hoogland [daan.hoogl...@gmail.com] Sent: Friday, August 01, 2014 8:22 AM To: dev Subject: Re: bug in marvin? fixed it: i had marvin installed with pip from dist/Marvin* did pip uninstall and then python setup.py install now it finds the marvin nose plugin, thanks Santhosh In retrospective: pip install should have worked as well, shouldn't it? On Fri, Aug 1, 2014 at 2:17 PM, Daan Hoogland <daan.hoogl...@gmail.com> wrote: > On Fri, Aug 1, 2014 at 2:10 PM, Santhosh Edukulla > <santhosh.eduku...@citrix.com> wrote: >> import requests >> print requests.__version__ >> print requests.__path__ > > > seems fine: > > \\ebi\daan:~/cloudstack-4.4/cloudstack (4.4)> python > Python 2.7.5 (default, Mar 9 2014, 22:15:05) > [GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)] on darwin > Type "help", "copyright", "credits" or "license" for more information. >>>> import requests >>>> print requests.__version__ > 2.3.0 >>>> print requests.__path__ > ['/Library/Python/2.7/site-packages/requests'] >>>> ^D > \\ebi\daan:~/cloudstack-4.4/cloudstack (4.4)> > > -- > Daan -- Daan