Hi All,
I am executing python scripts from
java by passing parameters to convert a text file to excel file. Also installed the additional packages required for this i.e Win32 package and included this path in the java classpath while executing, but getting error like
import pythoncom
ImportError: No module named pythoncom
Can anyone please tell how to resolve this error.
Thanks,
Eswari