[ckan-discuss] ckan-discuss Digest, Vol 26, Issue 11
Sean Hammond
sean.hammond at okfn.org
Thu Mar 22 14:08:08 GMT 2012
Hmm, I'm seeing DistributionNotFound: argparse in your traceback. I'm
assuming you're running a source install of CKAN? If so, if you install
the argparse Python module into your CKAN virtual environment, does that
fix the problem? Activate your virtualenv, and then run this command:
pip install argparse
Alternatively, if you're running a package install of CKAN on Ubuntu,
try running this command in a terminal:
sudo aptitude install python2.6-argparse
Please let me know if this helps
More information about the ckan-discuss
mailing list