odbc module

DeepBlue DeepBlue at DeepBlue.org
Fri Sep 21 13:27:24 EDT 2001


Carlos
dbi and odbc are two other modules not related to mxODBC.
To use mxODBC make sure that the directory mx is in the sys path of Python.

import sys
sys.path     # is mx path there?  if no:
sys.path.insert(1,"PathToMX")

DeepBlue

"Carlos Gaston Alvarez" <cgaston at moonqzie.com> wrote in message
news:mailman.1001090964.31339.python-list at python.org...
> It seems that
> import dbi, odbc
> does the trick.
>
> I dont kown if it is the same.
>
> Chau,
>
> Gaston
>
>
> ----- Original Message -----
> From: "Carlos Gaston Alvarez" <cgaston at moonqzie.com>
> To: <python-list at python.org>
> Sent: Friday, September 21, 2001 6:41 PM
> Subject: odbc module
>
>
> > I there. I am using the command line of python 2.1 with win32all
> >
> > I try to import mx.ODBC.Windows
> > and it doesnt works. neither mx.ODBC or ODBC.Windows.
> >
> > Am I doing something wrong? Where should I look for the module?
> >
> > Chau & tia,
> >
> > Gaston
> >
> >
> > --
> > http://mail.python.org/mailman/listinfo/python-list
> >
>
>





More information about the Python-list mailing list