Bug #73069 | MySQL Connector/Python MSI Installer Does Nothing | ||
---|---|---|---|
Submitted: | 20 Jun 2014 18:57 | Modified: | 24 Jul 2014 10:55 |
Reporter: | Grant Posner | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | Connector / Python | Severity: | S2 (Serious) |
Version: | OS: | Microsoft Windows | |
Assigned to: | CPU Architecture: | Any | |
Tags: | connector, installer, msi, python |
[20 Jun 2014 18:57]
Grant Posner
[23 Jun 2014 8:34]
Geert Vanderkelen
The MSI need to be reworked, especially when Python is not installed in the default location (C:\PythonXY). Is this the case on your machine? This is not the best solution, but installing using the Generic Distribution and , using cmd or PowerShell, executing setup.py install should work for which every version you have installed. Also using pip. It might be a bit more Pythonic this way. Note that the MSI for download are for 2.7, 3.2 and 3.3 only right now.
[23 Jun 2014 15:14]
Grant Posner
I do have Python 3.3.5 installed at C:\Python33, but when I run the mysql-connector-python-1.2.2-py3.3.msi installer, it still gives up while "gathering required information".
[2 Nov 2015 11:18]
Бекзат Шаяхметов
Could you tell me please if you have solved your problem? I have the same problem with the mysql connector (Python 3.4)