chornbeak / pyodbc

Automatically exported from code.google.com/p/pyodbc
MIT No Attribution
0 stars 0 forks source link

Unable to install with latest version of Python #383

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Attempt installation with Python 3.4

Original issue reported on code.google.com by AndyYank...@gmail.com on 22 Sep 2014 at 4:33

GoogleCodeExporter commented 8 years ago
Even better, put up wheels for Python 2.6, 2.7, 3.3 and 3.4 (really easy to do 
if you're already doing bdist_wininst - install 'wheel' and bdist_wheel 
instead).

These work better with pip and requirements.txt files (common for silent/remote 
installations) than wininst installers.

Original comment by s.j.dower on 26 Sep 2014 at 6:48