Hi, I've just downloaded pyODB library and I was trying to install it, but I've got some problems.
I've changed the library paths in the setup.py file, according to my Linux distribution (RH 9.0(
When I typed
python setup.py
I've got a lot of errors,
The first one was
pyodb.c:704:17: sql.h: No such file or directory
pyodb.c:705:20: sqlext.h: No such file or directory
So, I tried to found the sql.h file, but with no result.
I've downloaded the unixodbc package to see if there were sql.h file in it, but with no result.
Can you help me?
Thanks in advance
Michele Cilfone
m.cilfone@inspiringsoftware.com
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I've just downloaded pyODB library and I was trying to install it, but I've got some problems.
I've changed the library paths in the setup.py file, according to my Linux distribution (RH 9.0(
When I typed
python setup.py
I've got a lot of errors,
The first one was
pyodb.c:704:17: sql.h: No such file or directory
pyodb.c:705:20: sqlext.h: No such file or directory
So, I tried to found the sql.h file, but with no result.
I've downloaded the unixodbc package to see if there were sql.h file in it, but with no result.
Can you help me?
Thanks in advance
Michele Cilfone
m.cilfone@inspiringsoftware.com
I've found that you need to install the unixodbc development package. I'm still running into problems trying to use this module and the pyodbc one.