Hi All,
Could you please describe me the step by step procedures for sending an email from HANA Database using python script on Windows environment. I also followed the How to send emails from HANA I am getting the given below error message while trying to connect the Database using Python script ::
------------------------------------------------------------------------------------------
>>>
Traceback (most recent call last):
File "C:\Users\Python\xyz.py", line 1, in <module>
import dbapi
ImportError: No module named 'dbapi'
>>>
---------------------------------------------------------------------------------------------
Please help me out to resolve the issue.