I am trying to run the ptyhon code from Alytrex to extract the detail email into excel sheet. It is perfectly working on Python jupyte notebook but when it run from Alytrex we get the error. Do you have any idea to resolve this error? ModuleNotFoundError: No module named 'win32com'
Alytrex would be require inbuilt library to install to run the python code due to which unable to execute the pythone code.
Can someone please help us to get this done.
Hi @Ganesh123
You will need to install the Python Model win32com on your machine for this workflow to run.
Please check out this article.
Hope this helps, if it does please like this post and if it helps resolve your problem, mark it as a solution. If you have any other questions, please let us know.
No. Win32com already install. there may be some other issue