mysql-python
Error configuring django with python-mysql in Mac OS 10.6.6
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[详细]
2023-02-14 14:22 分类:问答pip install mysql-python fails with EnvironmentError: mysql_config not found
This is the error I get (mysite)zjm1126@zjm1126-G41MT-S2:~/zjm_test/mysite$ pip install mysql-python Downloading/unpacking mysql-python[详细]
2023-02-14 08:04 分类:问答MySQL: Get column name or alias from query
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[详细]
2023-02-11 10:39 分类:问答error: Setup script exited with error: command 'gcc' failed with exit status 1
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[详细]
2023-02-05 01:25 分类:问答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 instal[详细]
2023-01-25 09:41 分类:问答How to retrieve table names in a mysql database with Python and MySQLdb?
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:[详细]
2023-01-12 16:57 分类:问答setuptools easyinstall mysql-python-1.2.3
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:[详细]
2023-01-05 13:36 分类:问答Using MySQL in Pydev Eclipse
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[详细]
2022-12-29 01:21 分类:问答How to install python2.6-devel package under CentOs 5
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)[详细]
2022-12-25 07:06 分类:问答"Cannot open include file: 'config-win.h': No such file or directory" while installing mysql-python
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[详细]
2022-12-14 20:19 分类:问答