My Setup: Mac OS 10.6.6 - x86_64 MySQL 5.5.8 Python 2.7.1 Django 1.2.5 mysql-python installed via easy_install
This is the error I get (mysite)zjm1126@zjm1126-G41MT-S2:~/zjm_test/mysite$ pip install mysql-python Downloading/unpacking mysql-python
I\'m not asking for the SHOW COLUMNS command. I want to create an application that works similarly to heidisql, where you can specify an SQL query and when executed, returns a result set with rows an
I get the following error when I try to install MySQL-python-1.2.3 under Python 2.6 in Fedora 14. Fedora 14 comes with Python 2.7 by default and I am working in a project which runs in Python 2.6, S
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 instal
I have an SQL database and am wondering what command you use to just get a l开发者_开发百科ist of the table names within that database.To be a bit more complete:
I have read a bunch of threads on setuptools here. A lot of people seem not to like it very much. But I need to install MySQL-python-1.2.3. and when I do that I get this error:
I am trying to access a MySQL database with python through Pydev Eclipse. I have installed the necessary files to access MysQL from python and I can access the database only when I write code in Pytho
I need to install mysql-python under python2.6. mysql-python package needs python2.6-devel package that depends on the libpython2.6.so.1.0(64bit)
I\'m trying to install mysql-python in a virtualenv using pip on windows.At first, I w开发者_JAVA百科as getting the same error reported here, but the answer there worked for me too.Now I\'m getting th