--> --> -->
 
 
<type 'exceptions.ImportError'>
Python 2.5.2: /usr/bin/python
Tue Mar 16 21:14:59 2010

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

 /var/www/crschmidt.net/htdocs/services/validator.cgi in ()
    6 import sys,cgi
    7 sys.path.append("../../templates/")
    8 from crschmidt import crschmidt
    9 
   10 import RDF
crschmidt undefined

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