How can i install ACtive python
in virtual env.
I have this problem as in this post answer https://stackoverflow.com/a/7458717/1958218
Now that was solved by using active python on centos itself.
But for django , i am using virtualenv
and i get same problem there. But problem is i dont have active python there.
I tried activating virtual env and then use this command
/opt/ActivePython-2.6/bin/pypm install mysql-python
but same error
i want to use something like
/virtualenv/bin/ActivePython-2.6/bin/pypm install mysql-python