| <type 'exceptions.ImportError'> | Python 2.6.5: /usr/bin/python Sat Feb 11 04:16:40 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.
| /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'