A
A
AirronBark2022-01-11 15:02:34
Python
AirronBark, 2022-01-11 15:02:34

Cause of qtcore import failure Missing module?

Hello!

I packaged an application developed in pyqt using py2exe.
I ran it on three computers, on the original and on another gaming one (without python) - everything works, but I tried to start it at work (python is also not installed) - it writes an error importing QtCore dll: the module is missing, although it is all in the folder. I suppose that perhaps the reason is in the Microsoft C++ libraries, maybe someone has met this problem?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Karbivnichy, 2022-01-11
@AirronBark

I suppose that perhaps the reason is in Microsoft C++ libraries

Most likely it is. There are a lot of options here.
1) Poke method. Download C++ redistributable and install one by one until you fix the error.
2) View the list of installed C++ redistributables on running machines.
3) Run all DLLs through Dependency Walker
4) Look at the Windows logs, maybe there will be the name of the missing library.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question