--> -->
 
 
<type 'exceptions.ImportError'>
Python 2.7.5: /usr/bin/python
Wed Apr 24 16:14:35 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.

 /mnt/gpfs/mbt/astro_webserver/planets/cgi-bin/edacm.cgi in ()
     12 os.environ['MPLCONFIGDIR'] = tempfile.mkdtemp()
     13 
=>   14 import matplotlib
     15 matplotlib.use('Agg')
     16 #print matplotlib.get_configdir()
matplotlib undefined

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