Tagged Questions
0
votes
1answer
58 views
Mysqldb update error typeerror 'str' object is not callable
I have created a database with MySQLdb.
In database I have a table with name student with columns:
id(is int),
id_user(is int),
f_name(is str),
l_name(is str)
I update a row with a function ...
0
votes
2answers
80 views
Greek characters insert mysqldb via TextCtrl ERROR
I have create in MySQdb a DB with a table named example,in this table i want to save a name,
this name is in Greek language.My problem is thw follown when i try to save the name instantly without use ...
1
vote
1answer
120 views
How to take data from mysql db and insert them into a wx.ComboBox with mysqldb in Python
I create a panel in wxpython, plus i have a database(MySQLdb), then i select some data from my database and i want to insert them in a wx.Combobox(dropdown), after that if the choice is A choice or B ...
1
vote
1answer
184 views
MySQLdb installed from pypm doesn't work with 32-bit python on Mac OSX
Before proceeding further, here are some details of my Mac and the installed python (ActivePython) and wxpython versions:
Mac version: 10.6.6
Python version: 2.7.1 (ActiveState Python)
wxPython ...