Closed engbert closed 10 years ago
I tried this and it did not give me this error.
Genc,
It looks like it has something to do with the virtualenv. I set up my virtualenv with default settings (Not having access to global site-packages is now the default behavior.), Now when being in my virtualenv, installing cps-tools put them in /usr/local/lib/python2.7/site-packages/cps_tools in stead of in the virtualenv lib /root/src/virtualenv-1.11.4/ve/lib/python2.7/cps_tools
BTW, I am running this on OS debian 6.0.7 (if that matters)
It turns out that setting up virtualenv with Python2.7 has to be done in a very specific order, with very specific commands. I will add those to the documentation.
Hi @engbert ,
Did you already add this to the documentation? If so, then please close the issue in github. Thanks!
docs/installation.rst Added to documentation in dev branch on 2014-05-19
After installing cps-tools according to #4 something seems to be incomplete: I get errors/tracebacks:
and
and I have not (yet) been able to find the cause.