--> --> -->
 
 
<type 'exceptions.ImportError'>
Python 2.7.2: /usr/local/bin/python
Sat Jan 28 02:18:36 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.

 /usr/local/www/qrevolver.com/data/index.py in ()
      2 
=>    3 import qrevolver
      4 from Netflix import *
      5 
      6 import time
qrevolver undefined
 /usr/local/www/qrevolver.com/data/qrevolver.py in ()
      8 import cgitb
      9 cgitb.enable() #for troubleshooting
=>   10 import markup
     11 from markup import oneliner as e
     12 import session
markup undefined

<type 'exceptions.ImportError'>: No module named markup
      args = ('No module named markup',)
      message = 'No module named markup'