Myghty Template Error

Error: Error(ImportError): No module named db
File: /usr/local/apache2/htdocs_ab/host_screening.html line 140
Context: 137: </div>
138:
139: <%init>
140: import db, key
141:
142: # get the session
143: session = m.get_session()
Traceback: /usr/local/apache2/htdocs_ab/host_screening.html:140
/usr/local/apache2/htdocs_ab/autohandler:110
/usr/local/lib/python2.4/site-packages/mod_python/apache.py:299


Original Stack Trace:

Error: Error(ImportError): No module named db
File: /usr/local/lib/python2.4/site-packages/Myghty-0.99-py2.4.egg/myghty/importer.py line 64
Context: 61: try:
62: return modules[name].module
63: except KeyError:
64: return builtin_importer(name, globals, locals, fromlist)
65:
66: __builtin__.__import__ = import_module
67:
Traceback: /usr/local/lib/python2.4/site-packages/Myghty-0.99-py2.4.egg/myghty/importer.py:64
/usr/local/apache2/myghty_ab/obj/main//host_screening.html.py:40
/usr/local/lib/python2.4/site-packages/Myghty-0.99-py2.4.egg/myghty/component.py:123
/usr/local/lib/python2.4/site-packages/Myghty-0.99-py2.4.egg/myghty/request.py:387
/usr/local/lib/python2.4/site-packages/Myghty-0.99-py2.4.egg/myghty/request.py:298
/usr/local/lib/python2.4/site-packages/Myghty-0.99-py2.4.egg/myghty/request.py:694
/usr/local/apache2/myghty_ab/obj/main//autohandler.py:242
/usr/local/lib/python2.4/site-packages/Myghty-0.99-py2.4.egg/myghty/component.py:123
/usr/local/lib/python2.4/site-packages/Myghty-0.99-py2.4.egg/myghty/request.py:387
/usr/local/lib/python2.4/site-packages/Myghty-0.99-py2.4.egg/myghty/request.py:247
/usr/local/lib/python2.4/site-packages/Myghty-0.99-py2.4.egg/myghty/exception.py:73
/usr/local/lib/python2.4/site-packages/Myghty-0.99-py2.4.egg/myghty/request.py:268
/usr/local/lib/python2.4/site-packages/Myghty-0.99-py2.4.egg/myghty/http/HTTPHandler.py:147
/usr/local/lib/python2.4/site-packages/Myghty-0.99-py2.4.egg/myghty/http/ApacheHandler.py:29
/usr/local/lib/python2.4/site-packages/mod_python/apache.py:299