> 
> 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 


_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to