Import Error: DLL load failed while import pywintypes #1892
Closed
martinmiglio
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a GitHub action which build's releases for my project. It creates an MSI using this script below:
When I build this locally inside my devel environment, I can make an installer which will install my project correctly, but when built with the GitHub action, when the program is executed after install, it leads to an error:
During debugging, I've found that the same DLL's are inside the MSI when extracted and are installed into the program folder. I cannot find a solution to this.
Beta Was this translation helpful? Give feedback.
All reactions