I try to use the Python Sybase module under Windows NT.
I installed the module (from but when I import in the script this Sybase module (Sybase.py), an error occured : "from sybasect import * ... ImportError: No module named sybasect".
However two files, sybasect.C and sybasect.H, exist.
How can I use them ?
Must I use a C compiler ?
What can I do ?
I installed the module (from but when I import in the script this Sybase module (Sybase.py), an error occured : "from sybasect import * ... ImportError: No module named sybasect".
However two files, sybasect.C and sybasect.H, exist.
How can I use them ?
Must I use a C compiler ?
What can I do ?