I just installed the 'eve demo' I can't get it to start working.
The error is:
eve.io.base.ConnectionException: Error initializing the driver. Make sure the database serveris running. Driver exception: OperationFailure(u"command SON([('authenticate', 1), ('user', u'user'), ('nonce', u'cec66353cb35b6f5'), ('key', u'14817e596653376514b76248055e1d4f')]) failed: auth fails",)
I have mongoDB running, and I have installed Eve and Python2.7.
I create the run.py and the settings.py required.
What is not working ? am I missing something ?