Hi All
I have installed Python 2.6.2
When I use function of 'import Sybase,'
I always received the following error:
Traceback (most recent call last):
File "export_alpha.py", line 3, in <module>
import Sybase, sys
ImportError: No module named Sybase
Please gevi me your advice how I should correctly to add sybase module in my python's scripts?