[Ti...] Posted June 5 Share Posted June 5 The win32api library requires you to install the pywin32 library. I'm not able to use it inside GOM 2021, but I am able to use it on my Windows installation using the pycharm IDE. The reason I can use it on my Windows python installation is because there is a post script you are supposed to run that registers the dll's needed: python -m pywin32_postinstall -install So I tried to run that post install script from here and it looked liked it worked, but I am still unable to use the pywin32 library/module inside GOM. I get an error that the win32api module cannot be found. "C:\Users\user\AppData\Roaming\GOM\2021\python\bin\pywin32_postinstall.py" Any help would be appreciated, thanks. Link to comment Share on other sites More sharing options...
[We...] Posted June 19 Share Posted June 19 you can try that: Copy the three DLL files in the \Lib\site-packages\pywin32_system32 directory to the Windows\system32 directory Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in