import os

files = ( 'first_fig.py', 'second_fig.py', 'subplot.py',
          'text_dict.py', 'thirdfig.py', 'silly_axes.py',
          'test.py', 'text_simple.py', 'mathtext_tut.py', 'date_demo2.py')

for fname in files:
    print 'Running', fname
    os.system('python %s' % fname)
    


    <html>
    <head>
    <title>Server Error</title>
    
    </head>
    <body>
    <h1>Server Error</h1>
    
            An error occurred.  See the error logs for more information.
            (Turn debug on to display exception reports here)
            
    
    </body>
    </html>