cdec icon indicating copy to clipboard operation
cdec copied to clipboard

missing a couple of steps in python configuration

Open aijanai opened this issue 11 years ago • 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

aijanai avatar Jun 19 '14 10:06 aijanai