In message <[EMAIL PROTECTED]>, mcl
wrote:

> ValueError: invalid literal for int(): 0-

Could it be you have a MySQL column that is declared as some integer type,
but contains this funny "0-" value? So when MySQLdb tries to return it as a
Python integer, it fails to convert.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to