--> -->
 
 
<type 'exceptions.ImportError'>
Python 2.7.5: /usr/bin/python2.7
Wed May 8 18:07:36 2024

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /home2/tauricho/public_html/maps/printmaps/maps.cgi in ()
     16 print "Content-type:text/html\r\n\r\n"
     17 sys.stderr = sys.stdout
=>   18 from jinja2 import Environment, PackageLoader, select_autoescape
     19 
     20 env = Environment(
jinja2 undefined, Environment undefined, PackageLoader undefined, select_autoescape undefined

<type 'exceptions.ImportError'>: No module named jinja2
      args = ('No module named jinja2',)
      message = 'No module named jinja2'