1) It would be nice to have pyodbc-3.0.2.win32-py3.3.exe binaries to install pyodbc binaries to python 3.3 on Windows platform.
2) Supporting 'pip install pyodbc-windows-binaries' would also be fine
3) Installing pyodbc-3.0.2.win32-py3.2.exe on python 3.3 leads to 'DLL Loading failed' python error
Steps to reproduce for python 3.3:
1. download pyodbc-3.0.2.win32-py3.2.exe binaries
2. run in shell: 'easy_install pyodbc-3.0.2.win32-py3.2.exe' - installs without errors
3. run in python: 'import pyodbc'
Step 3 fails first with error message from MS Visual C++ Runtime Library (see attached image) and then with python error message 'DLL Loading failed'
Python version:
'3.3.0 (v3.3.0:bd8afb90ebf2, Sep 29 2012, 10:55:48) [MSC v.1600 32 bit (Intel)]'
pyodbc binaries: pyodbc-3.0.2.win32-py3.2.exe