Here was the last from the thread you're thinking of, no resolution follow up, so I don't know if it fixed things previously:
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 On Nov 4, 2013, at 3:27 PM, Mike Tutkowski <[email protected]> wrote: > Hi, > > I feel like I may have missed an e-mail related to this error, but can't > seem to locate it in my e-mail. > > Anyone know why I get this error when running the following: > > cd documents/cloudstack/src/cloudstack/tools/devcloud ; python > ../marvin/marvin/deployDataCenter.py -i devcloud.cfg > > Traceback (most recent call last): > File "../marvin/marvin/deployDataCenter.py", line 19, in <module> > import configGenerator > File > "/Users/mtutkowski/Documents/CloudStack/src/CloudStack/tools/marvin/marvin/configGenerator.py", > line 22, in <module> > from marvin.codes import * > ImportError: No module named codes > > Thanks! > > -- > *Mike Tutkowski* > *Senior CloudStack Developer, SolidFire Inc.* > e: [email protected] > o: 303.746.7302 > Advancing the way the world uses the > cloud<http://solidfire.com/solution/overview/?video=play> > *™*
