You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Mike Tutkowski <mi...@solidfire.com> on 2013/11/04 21:27:07 UTC

DevCloud Error

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: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*™*

Re: DevCloud Error

Posted by Mike Tutkowski <mi...@solidfire.com>.
Thanks, Travis!


On Mon, Nov 4, 2013 at 1:47 PM, Travis Graham <tg...@tgraham.us> wrote:

> 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 <mi...@solidfire.com>
> 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: mike.tutkowski@solidfire.com
> > o: 303.746.7302
> > Advancing the way the world uses the
> > cloud<http://solidfire.com/solution/overview/?video=play>
> > *™*
>
>


-- 
*Mike Tutkowski*
*Senior CloudStack Developer, SolidFire Inc.*
e: mike.tutkowski@solidfire.com
o: 303.746.7302
Advancing the way the world uses the
cloud<http://solidfire.com/solution/overview/?video=play>
*™*

Re: DevCloud Error

Posted by Travis Graham <tg...@tgraham.us>.
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 <mi...@solidfire.com> 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: mike.tutkowski@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the
> cloud<http://solidfire.com/solution/overview/?video=play>
> *™*