<type 'exceptions.ImportError'> | Python 2.7.5: /usr/bin/python Sat Mar 15 22:18:01 2025 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/home1/ujcom1/public_html/ujvista.tw/hello/hello.py in |
20 print '%s<br />' % p |
21 |
=> 22 import tempita |
23 tmpl = tempita.Template('<h2>Hello {{name}}</h2>') |
24 print tmpl.substitute(name='Uncle Jerry') |
tempita undefined |
<type 'exceptions.ImportError'>: No module named tempita
args =
('No module named tempita',)
message =
'No module named tempita'