Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named mptt #530

Closed
rajasimon opened this issue Jun 13, 2014 · 1 comment
Closed

No module named mptt #530

rajasimon opened this issue Jun 13, 2014 · 1 comment

Comments

@rajasimon
Copy link

I am getting this error

(env) C:\Python27\Scripts\book\feincms\example>manage.py syncdb
ImportError: No module named mptt

@matthiask
Copy link
Member

Well, yes. You need to install django-mptt and Pillow to use FeinCMS.

https://feincms-django-cms.readthedocs.org/en/latest/installation.html#id1

Recent versions should do this automatically. If you only want to run the example,

  1. create a virtualenv: virtualenv venv
  2. activate it: source venv/bin/activate
  3. install dependencies: pip install Django django-mptt Pillow

and then try again.

HTH

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants