Skip to content

Instantly share code, notes, and snippets.

@gthomas
Created July 20, 2010 21:54
Show Gist options
  • Save gthomas/483657 to your computer and use it in GitHub Desktop.
Save gthomas/483657 to your computer and use it in GitHub Desktop.
[Tue Jul 20 14:54:00 2010] [error] starting python from /usr/local/apache2/bin/httpd
[Tue Jul 20 14:54:00 2010] [error] [client 127.0.0.1] mod_wsgi (pid=2214): Target WSGI script '/Volumes/WorkHD/Users/Shared/WebServer/current_scp/src/app.wsgi' cannot be loaded as Python module.
[Tue Jul 20 14:54:00 2010] [error] [client 127.0.0.1] mod_wsgi (pid=2214): Exception occurred processing WSGI script '/Volumes/WorkHD/Users/Shared/WebServer/current_scp/src/app.wsgi'.
[Tue Jul 20 14:54:00 2010] [error] [client 127.0.0.1] Traceback (most recent call last):
[Tue Jul 20 14:54:00 2010] [error] [client 127.0.0.1] File "/Volumes/WorkHD/Users/Shared/WebServer/current_scp/src/app.wsgi", line 10, in <module>
[Tue Jul 20 14:54:00 2010] [error] [client 127.0.0.1] application = build_wsgi_app(project_dir, 'scp')
[Tue Jul 20 14:54:00 2010] [error] [client 127.0.0.1] File "/Volumes/WorkHD/Users/Shared/WebServer/dh-shared-dev/src/wsgiapp/__init__.py", line 22, in build_wsgi_app
[Tue Jul 20 14:54:00 2010] [error] [client 127.0.0.1] if app_module.settings.ENABLE_PROFILING:
[Tue Jul 20 14:54:00 2010] [error] [client 127.0.0.1] AttributeError: 'module' object has no attribute 'settings'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment