Python MySQLdb Object Oriented Python MySQLdb Object Oriented tkinter tkinter

Python MySQLdb Object Oriented


except expects tuple with arguments - even if you have only one argument - but (in_val) is not tuple, it is single element. To create tuple you need comma inside (in_val, )