I'd like to access Postgres (7.0.3 on cygwin/NT4.0) from ActiveState Python (on
NT4.0). I've tracked down a 3rd-party ODBC module, mxODBC. I've installed it,
and interactive PythonWin doesn't know about it, even though it "sees" it in
order to make the tool tips completions:

>>>import mx.ODBC.iODBC
Traceback (innermost last):
  File "<interactive input>", line 1, in ?
ImportError: No module named iODBC

How can this be!? Also, is there any other way to do Postgres in ActiveState
Python?

LB


_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython

Reply via email to