[Answer]-Django-cms: ImportError: No module named cms

0👍

Virtualenv has an absolute Path, because i moved my Project to another location it was broken. I found out the actual Path by typing printenv then i typed virtualenv envname to change it to the actual location.

👤Lepus

1👍

It seems you are using virtualenv. activate virtualenv first.

source env_directory/bin/activate

or workon envname if you are using virtualenvwrapper.

Leave a comment