Installation guide
mxODBC - Python ODBC Database Interface
18. mxODBC Package Structure
This is the Python package structure setup when installing mxODBC:
[ODBC]
Doc/
[Misc]
proc.py
test.pyc
[DataDirect]
dbi.py
dbtypes.py
[Manager]
[Windows]
dbi.py
dbtypes.py
[iODBC]
dbi.py
dbtypes.py
[unixODBC]
dbi.py
dbtypes.py
LazyModule.py
ODBC.py
Entries enclosed in brackets are packages (i.e. they are directories that include a
__init__.py file). Ones with slashes are just simple subdirectories that are not
accessible via
import.
188