| <type 'exceptions.ImportError'> | Python 2.7.2: /usr/local/bin/python Mon May 21 02:04:18 2012 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /www/webvol15/bk/v293o0weau7hvee/730501.com/public_html/cgi-bin/dispatch.cgi in |
| 20 #print os.environ |
| 21 |
| => 22 from django.core.servers.cgi import runcgi |
| 23 runcgi() |
| 24 |
| django undefined, runcgi undefined |
<type 'exceptions.ImportError'>: No module named django.core.servers.cgi
args =
('No module named django.core.servers.cgi',)
message =
'No module named django.core.servers.cgi'