On Oct 27, 2009, at 11:39 AM, GOWDA, Susheela (Susheela) wrote: > Thnx, that helps. > > The error says : > ============= > /usr/local/lib/python2.6/site-packages/twisted/spread/pb.py:30: > DeprecationWarning: the md5 module is deprecated; use hashlib instead > import md5 > /usr/local/lib/python2.6/site-packages/twisted/web2/auth/digest.py:15: > DeprecationWarning: the sha module is deprecated; use the hashlib module > instead > import md5, sha > fatal error: Cannot load 'database' backend module: No module named > _mysql_exceptions > ============ > > > I have installed SQLObject-0.10.1. My config.ini file is as below, > username:test, password:test, Db name:test. >
You need python-mysqldb package. Regards, -- Saul Ibarra Corretge AG Projects _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
