cdec
cdec copied to clipboard
missing a couple of steps in python configuration
During python install, after
python setup.py build
1)user should also execute, as root,
python setup.py install
2)PYTHONPATH should be checked, or at least set to properly fetch modules
export PYTHONPATH=$PYTHONPATH:/usr/local/lib/python2.7/dist-packages:.
otherwise, step 5 fails