[info] mod_wsgi (pid=3443, process='shareabouts-api', application='www.sfbikeshare.com|'): Loading WSGI script '/var/www/html/shareabouts-api/src/project/wsgi.py'.[error] mod_wsgi (pid=3443): Exception occurred processing WSGI script '/var/www/html/shareabouts-api/src/project/wsgi.py'.[error] Traceback (most recent call last):[error] File "/var/www/html/shareabouts-api/apienv/lib/python2.7/site-packages/django/core/handlers/wsgi.py", line 255, in __call__[error] response = self.get_response(request)[error] File "/var/www/html/shareabouts-api/apienv/lib/python2.7/site-packages/django/core/handlers/base.py", line 178, in get_response... (removed stack trace)[error] app = import_module(appname)[error] File "/var/www/html/shareabouts-api/apienv/lib/python2.7/site-packages/django/utils/importlib.py", line 35, in import_module[error] __import__(name)[error] ImportError: No module named djangorestframework
--
-- --
Shareabouts Developers group.
Unsubscribe: https://groups.google.com/d/forum/shareabouts-dev?hl=en
---
You received this message because you are subscribed to the Google Groups "Shareabouts Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shareabouts-d...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Hey folks,
In the Shareabouts repository, there is a folder named libs/ that contains a version of DRF 0.4.0 that has what Shareabouts needs. The 0.x code path of DRF is no longer maintained, so we maintain our version there. You'll need to make sure that libs/django-rest-framework-0.4/ is on your Python path when you run the sever.
Since that version of DRF is no longer maintained, we are in the process of upgrading to the newest version. There were some (resoundingly good) decisions to break backwards compatibility in DRF in some big ways, so it's a fairly involved migration. You can check out the progress in the Shareabouts apiv2 branch.
Mjumbe