[Tutor] mod_python & mysqldb problem

Patty patriciap.gu at gmail.com
Fri Feb 24 03:18:23 CET 2006


> 
> That's great news!  Does the whole thing work now, including the
> integration with mod_python? 

 
Hi Danny,
 
Yes, everything works now. The problem was the mysqldb copy I had. I also 
noticed that i had made a mistake by writting

>     db.commit()

>     db.close()
 
instead of: conn.commit() and conn.close()
 
Thanks again!
Patty 




More information about the Tutor mailing list