as a continue to this
import pyodbc not working in eclipse
can any one please explain to me how the pyodbc import should look like ? when i do
pip install pyodbc
or
python -m pip install pyodbc-4.0.21-cp36-cp36m-win_amd64.whl
all i get is a folder
pyodbc-4.0.21.dist-info
which does not have any python files in it ...this is the content of the lib lib content
is this is the right content? or there should be python files that need to be created some how
my problem is that eclipse does not recognize the import pyodbc
(getting Unresolved import: pyodbc
)
UPDATE
when i open the consule from eclipse and writing
import pyodbc
i am not getting any errors just when doing import from the .py file (in the eclipse) i am getting the error pleeeeeeeeese help