| ImportError | Python 2.4.3: /usr/bin/python Tue Nov 24 21:56:05 2009 |
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/phys/laurens/public_html/cgi-bin/pyCMS.cgi |
| 7 |
| 8 import cgi #can't use cgi, since _socket is not present on ruunat :( |
| 9 import htmlFile, htmlPage |
| 10 |
| 11 DEFAULT_PAGE = 'default' |
| htmlFile undefined, htmlPage undefined |
ImportError: No module named htmlFile
args =
('No module named htmlFile',)