Open GoogleCodeExporter opened 9 years ago
Update on above: This actually works from python shell but not from a file:
meaning if i put it
C:\python
>>> import pyodbc as p
>>>
if i open a python file as names.py with the following contents:
import pyodbc as p
i get the following output
import pyodbc as p
ImportError: No module named pyodbc
Original comment by dogdayn...@gmail.com
on 21 Jun 2013 at 11:32
Original issue reported on code.google.com by
dogdayn...@gmail.com
on 21 Jun 2013 at 10:11