--> --> -->
 
 
<type 'exceptions.ImportError'>
Python 2.6.6: /usr/bin/python
Tue May 21 16:26:05 2013

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /home/content/79/7865879/html/home.py in ()
    6 import sys,os
    7 sys.path.append(os.getcwd())
    8 from template import template
    9 
   10 ourFile = string.split(__file__, "/")
template undefined
 /home/content/79/7865879/html/template.py in ()
   10 import string
   11 from threading import Timer
   12 from referrer import ref
   13 from xml.dom import minidom
   14 import cookie
referrer undefined, ref undefined

<type 'exceptions.ImportError'>: Bad magic number in /home/content/79/7865879/html/referrer.pyc
      args = ('Bad magic number in /home/content/79/7865879/html/referrer.pyc',)
      message = 'Bad magic number in /home/content/79/7865879/html/referrer.pyc'