Skip to content
Scott Warchal edited this page Jun 12, 2017 · 11 revisions

running cptools2 on the config file

If you're calling python -m, make sure you're within the cptools2 directory. You should be able to see something like:

cptools2/
├── build
├── cptools2
├── README.md
├── setup.py
└── tests

Sometimes eddie's python installation can cause problems, you can call the __main__.py file directly on the config file.

python /path/to/cptools2/cptools2/__main__.py /path/to/config.yml

cptools2 cannot access ImageXpress directory.

Make sure you're on a staging node, cptools2 needs to access datastore to extract metadata from the imagexpress filenames.

Clone this wiki locally