redpony/cdec

missing a couple of steps in python configuration

Opened this issue · 0 comments

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