--> --> -->
 
 
ImportError
Python 2.4.6: /usr/bin/python2.4
Tue Feb 7 02:06:37 2012

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/1t/sites/virtual-rendez-vous.fr/www/photos/index.py
    5 import cgi
    6 import os
    7 import MySQLdb
    8 import dpath
    9 
MySQLdb undefined

ImportError: No module named MySQLdb
      args = ('No module named MySQLdb',)