--> --> -->
 
 
<type 'exceptions.ImportError'>
Python 2.6.6: /usr/local/bin/python
Sat Jan 28 00:08:19 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'