Tagged Questions
17
votes
12answers
14k views
mysql-python install problem using virtualenv, windows, pip
I'm trying to install mysql-python in a virtualenv using pip on windows. At first, I was getting the same error reported here, but the answer there worked for me too. Now I'm getting this following ...
0
votes
1answer
33 views
Python: MySQLdb working great on Linux, not Windows
I have a problem with an application I am writing.
Using a file dialog a user picks a file whose values are added to a database, or at least, that's the idea.
Using the mysqldb module I have made all ...
0
votes
1answer
934 views
Mysql-python can't connect to localhost server on Windows 7
i have a local mysql server running on localhost, Windows 7
C:\web>mysqld --console
[...]
130428 19:12:37 [Note] mysqld: ready for connections.
Version: '5.5.31-log' socket: '' port: 3306 MySQL ...
1
vote
0answers
639 views
Installing MySQL-Python on Windows via Cygwin [closed]
I have been unable to get MySQL-python installed on Windows, through Cygwin. I am getting the following error:
cc1: error: unrecognized command line option ...
3
votes
1answer
2k views
Error installing MySQL-python on a windows 7 box
I'm trying to install django on a windows machine (I swear, it's not my fault).
When it comes to the mysqldb module, I keep getting this error:
Windows PowerShell
Copyright (C) 2009 Microsoft ...
1
vote
2answers
950 views
Error installing mysql-python module on Win7 & Python 2.7
Whatever I try : downloading the tarball archive of mysql-python and running python setup.py install, or using easy_install mysql-python, I got the same error which is, (translated from French) : ...
1
vote
1answer
81 views
MySQL 5.5. installation on Windows doesn't show up in the registry properly
I am trying to get Django with MySQL working on my Windows 7 machine.
I need mySQLDB interface for this. When I try to install "mySQLDB interface", it looks for the MySQL installation in ...
1
vote
1answer
32 views
mysqldb python winserver metadata error
I'm trying to install the mysqldb modul for python2.7 on my Windows vserver.
So i run the setup.py of mysqldb in cmd and get an error - called "No Sectoin: 'metadata'".
So i thought it could be a ...
2
votes
2answers
2k views
install mysqldb for python
i try to install mysqldb for python, i'm new to python, sorry before.
when i typed "python setup.py install" on my prompt, this is the msg :
Traceback (most recent call last):
File ...