Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DLL load failed: The specified module could not be found. #9

Open
edsvisinditus opened this issue Nov 5, 2019 · 3 comments
Open

DLL load failed: The specified module could not be found. #9

edsvisinditus opened this issue Nov 5, 2019 · 3 comments

Comments

@edsvisinditus
Copy link

Hi,

I have installed wix.py using the Windows msi installer.

When I run this command “wix.py msi.json” I get the following error:
Traceback (most recent call last):
File "wix.py", line 32, in
File "wixpy_init_.pyc", line 44, in
File "wixpy\model.pyc", line 22, in
File "wixpy\msi.pyc", line 28, in
File "wixpy\libmsiw.pyc", line 21, in
File "_msi.pyc", line 12, in
File "_msi.pyc", line 10, in __load
ImportError: DLL load failed: The specified module could not be found.

My msi.json file looks like this:
{
"Name": "MyApp",
"UpgradeCode": "3AC4B4FF-19C5-4B8F-83AD-BAC3238BF690",
"Version": "1.0",
"Manufacturer": "MyCompany",
"_SourceDir": "./program",
"_InstallDir": "myapp-1.0",
"_OutputName": "myapp-1.0-win32.msi",
"_OutputDir": "./"
}

Could you help me out? Thank you in advance.

@sk1project
Copy link
Owner

Hi! Please report Windows version and OS architecture (32/64bit).

@edsvisinditus
Copy link
Author

Hi!

Thank you for getting back to me. I am running Windows 10 64 bit, version 1903.

@LazarenkoA
Copy link

I have the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants