Tagged Questions
0
votes
0answers
5 views
MySQLdb - libmysqlclient_r stuck on read()
I am writing a multi-threaded python application that read/write to a MySQL DB (using MySQLDB and libmysqlclient_r - thread safe library).
At some point (not sure why or when), one of the threads ...
0
votes
0answers
24 views
Python Multivariate Analysis? - to Produce a unique ID from record pairs of 3-10 in a 3.6M Recordset?
I am new to data mining and rough on stats and python.
We have an issue where we have case_reports table from a certain govenment agency in a mysql db where we have 1 or multiple fields of id : ...
0
votes
1answer
39 views
How to install MySQLdb in python2.7 installing in virtualenv
How I can solve this one?
Also I have MySQL-python-1.2.3 dist in venv/lib.
And before that it was installed like python setup.py install
It's working correctly if only I'm using:
$ python
...
0
votes
1answer
691 views
MySQLdb install under Mac OSX 10.5, Python 2.7
I'm trying to get MySQL-Python 1.2.3 running under Leopard on my MacBook Pro for Python 2.7 (64 bit). I've tried building and installing from source along with easy_install with no luck. When ...