Code review comment for lp:~bcsaller/charm-tools/composer

Revision history for this message
Charles Butler (lazypower) wrote :

Sorry this took me so long to circle back, but I've tried this branch of charm tools and it appears the manifest is not fetching all the dependencies.

What i did:

bzr branch lp:~bcsaller/charm-tools/composer/
virtualenv .venv
source .venv/bin/activate

pip install ./

charm compose -h
ImportError: No module named path

pip install path.py
charm compose -h
ImportError: No module named otherstuf

pip install otherstuf
charm compose -h

OSError: [Errno 2] No such file or directory: '/home/charles/projects/work/composer/.venv/local/lib/python2.7/site-packages/charmtools/compose/../../doc/source/compose-intro.md'

Once I ran through that dependency hoop, compose appears to be sorted and available.

« Back to merge proposal