| ImportError | Python 2.4.4: /usr/bin/python Sat Oct 11 19:28:48 2008 |
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 |
| 6 import sys,cgi |
| 7 sys.path.append("../../templates/") |
| 8 from crschmidt import crschmidt |
| 9 |
| 10 import RDF |
| crschmidt undefined |
ImportError: No module named crschmidt
args =
('No module named crschmidt',)