Python – Error starting Django with Pinax

djangopinaxpython

Upon trying to start a Pinax app, I receive the following error:

Error: No module named notification

Below are the steps I took

svn co http://svn.pinaxproject.com/pinax/trunk/ pinax 
cd pinax/pinax/projects/basic_project
./manage.py syncdb

Any suggestions?


UPDATE:

Turns out there are some bugs in the SVN version. Downloading the latest release solved my problem. If any one has any other suggestions on getting the trunk working, they would still be appreciated.

Best Answer

I'd avoid the svn version all together. It's unmaintained and out of date. Instead, use the git version at http://github.com/pinax/pinax or (even better) the recently release 0.7b3 downloadable from http://pinaxproject.com