anthony-tuininga / ceODBC

Python module for accessing databases using the ODBC API.
https://anthony-tuininga.github.io/ceODBC/
12 stars 8 forks source link

running setup.py build fails #4

Closed ledikari closed 5 years ago

ledikari commented 6 years ago

downloaded project and then executed python setup.py build

running build running build_ext building 'ceODBC' extension error: Unable to find vcvarsall.bat

jeasoft commented 6 years ago

Hi @ledikari. I had the same trouble with it, it was because you need at least a C/C++ compiler in your Windows Enviroment path. I recommend you to install a Microsoft Visual C++ 2010/2014 Redistributable Package. It will depends from the OS you try to install it.

anthony-tuininga commented 5 years ago

Thanks @jeasoft for answering that one.