|
Attempting to install latest OSQA from svn (Revision: 552) on OS X 10.6.3 with Python 2.6.4, Django-1.1.1, and sqlite3, I get the following error:
I noticed this had come up for others (http://meta.osqa.net/questions/1792/error-while-syncdb-models-did-not-validate) but didn't see a solution. Any help would be appreciated. [Update] Seeing the same error when attempting to install on Linux, Python 2.5.1, mysql. |
|
This turned out to be because I didn't have the pre-requisites installed - markdown, html5lib, south . Installing those allowed syndb to proceed. I documented some of the other steps needed to get OSQA working in my Installing OSQA on OS X and Linux post. |