Skip to content

Instantly share code, notes, and snippets.

@onesup
Created March 6, 2014 04:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onesup/9382700 to your computer and use it in GitHub Desktop.
Save onesup/9382700 to your computer and use it in GitHub Desktop.
refarm.org django error log
[Thu Mar 06 13:25:56 2014] [error] get_interpreter: no interpreter callback found.
[Thu Mar 06 13:25:56 2014] [error] [client 131.253.24.4] python_handler: Can't get/create interpreter.
[Thu Mar 06 13:26:00 2014] [error] make_obcallback: could not import mod_python.apache.\n
Traceback (most recent call last):
File "/usr/lib64/python2.4/site-packages/mod_python/apache.py", line 29, in ?
import cgi
File "/usr/lib64/python2.4/cgi.py", line 40, in ?
import mimetools
File "/usr/lib64/python2.4/mimetools.py", line 6, in ?
import tempfile
File "/usr/lib64/python2.4/tempfile.py", line 33, in ?
from random import Random as _Random
File "/usr/lib64/python2.4/random.py", line 46, in ?
from os import urandom as _urandom
ImportError: cannot import name urandom
[Thu Mar 06 13:26:00 2014] [error] make_obcallback: Python path being used "['/usr/lib64/python2.4/site-packages/setuptools-0.6c5-py2.4.egg', '/usr/lib64/python2.4/site-packages/MySQL_python-1.2.2-py2.4-linux-x86_64.egg', '/usr/lib/python2.4/site-packages/MySQL_python-1.2.2-py2.4-linux-i686.egg', '/usr/lib/python2.4/site-packages/pip-1.1-py2.4.egg', '/usr/lib64/python24.zip', '/usr/lib64/python2.4', '/usr/lib64/python2.4/plat-linux2', '/usr/lib64/python2.4/lib-tk', '/usr/lib64/python2.4/lib-dynload', '/usr/lib64/python2.4/site-packages', '/usr/lib64/python2.4/site-packages/Numeric', '/usr/lib64/python2.4/site-packages/PIL', '/usr/lib64/python2.4/site-packages/gtk-2.0', '/usr/lib/python2.4/site-packages', '/usr/lib/python2.4/site-packages/Numeric', '/usr/lib/python2.4/site-packages/PIL', '/usr/lib/python2.4/site-packages/gtk-2.0']".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment