I am scratching my hairs and trying to find out why I am always having such error.
I have sybpydb installed on my laptop (win 7 professional) in c drive:
C:\FAST\anaconda\python27\win64\431\Lib\site-packages\
, as per below: enter image description hereI had set the path to that location:
C:\FAST\anaconda\python27\win64\431\Lib\site-packages\
, as per below: enter image description here
But whenever I try to import sybpydb
, i am always getting this error message:
>>> import sybpydb
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named sybpydb`
I was googling and treid the suggested steps:-
https://wiki.scn.sap.com/wiki/display/SYBCON/Debugging+Error+messages+with+python+samples
Python error "ImportError: No module named") but no avail, would anyone has come across this before please?