Open GoogleCodeExporter opened 9 years ago
DLLs are not compatible over different Python version. Only for bug fix
releases.
Even Python 3.3 uses a other newer compiler for Windows.
So you can't load a DLL (or pyd) build for Version 3.2 with version 3.3.
So someone has to provide a version build for Python 3.3.
A good location for this is: http://www.lfd.uci.edu/~gohlke/pythonlibs/
There is also a build of pyodbc for Python 3.3.
Original comment by tds...@gmail.com
on 18 Oct 2012 at 12:04
Original issue reported on code.google.com by
bisofter@gmail.com
on 11 Oct 2012 at 3:41Attachments: