Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: jpstoryHi All
I have a Python node which is created to remove file-opening password embedded in Excel files.
What it does is that it opens Excel the Application behind the screen and remove the password and save the file and exit the application.
One of the key modules used is win32com and this node has been working fine in lavastorm 5.1 version.
The problem is when runs in 6.1 version it throws up an error saying "No module named win32.client".
When I manually looked up the directory, I can see the module was actually installed at the following directory, which is the same as 5.1 version:
Lavastorm\LAE 4.6\platform\windows-x86-32\python\Lib\site-packages\win32com\client
Lavastorm\LAE6.1\platform\windows-x86-32\python\Lib\site-packages\win32com\client
Can you explain what caused the issue and how to fix it, thanks!