I also ran into this issue on a clean install. #2 fixed my issue... Thanks,
Will On Mon, Nov 4, 2013 at 5:14 PM, Min Chen <min.c...@citrix.com> wrote: > Thanks Santhosh. Using #2 fixed the issue. > > -min > > On 11/2/13 5:48 AM, "Santhosh Edukulla" <santhosh.eduku...@citrix.com> > wrote: > > >Hi Min, > > > >1/ I just pulled the latest code from master and used marvin, it went > >fine. Are you still facing this issue? Make sure your local setup is > >clean and marvin installed with latest pull. > > > >2/ It seems you don't have codes.py file available under > >python/site-packages/.../marvin folder? Ideally it will get installed > >when you run your build. If its still an issue, run python setup.py > >install from tools/marvin/ folder and see if it works around. > > > >Thanks! > >Santhosh > >________________________________________ > >From: Min Chen [min.c...@citrix.com] > >Sent: Friday, November 01, 2013 8:10 PM > >To: dev@cloudstack.apache.org > >Subject: Marvin deploy failed on master > > > >Hi there, > > > >Mavin deployment failed on master, > > > >localhost:devcloud minc$ python ../marvin/marvin/deployDataCenter.py -i > >min_xenvm_sec2.cfg > >Traceback (most recent call last): > > File "../marvin/marvin/deployDataCenter.py", line 19, in <module> > > import configGenerator > > File > >"/Users/minc/dev/cloud-asf/tools/marvin/marvin/configGenerator.py", line > >22, in <module> > > from marvin.codes import * > >ImportError: No module named codes > > > >This seems related to recent commit > >0b617a13fdf3b8108c2fd940e982b2e58bf9c3e7. > >Anybody else encountered the similar issue? > > > >Thanks > >-min > >