Going by the error, it seems installation of marvin is an issue on the setup. Please install the marvin available in master.
For simple installation of marvin, build cloudstack first and then run "python setup.py install" inside tools/marvin folder. Regards, Santhosh ________________________________________ From: Chiradeep Vittal [chiradeep.vit...@citrix.com] Sent: Wednesday, June 04, 2014 5:44 PM To: dev@cloudstack.apache.org Subject: [marvin] deploydatacenter broken in master Anybody have any ideas? On 4.4 python marvin/marvin/deployDataCenter.py -i ../setup/dev/advanced.cfg (works OK) On master: python marvin/marvin/deployDataCenter.py -i ../setup/dev/advanced.cfg Traceback (most recent call last): File "marvin/marvin/deployDataCenter.py", line 28, in <module> from marvin.cloudstackException import ( ImportError: cannot import name GetDetailExceptionInfo