开发者

Application is not working under raw system

开发者 https://www.devze.com 2023-01-07 18:18 出处:网络
I\'ve an python GUI application, I use pyQt4. I build binary with bbfreeze (before I was using py2exe but it didn\'t work with email module well).

I've an python GUI application, I use pyQt4. I build binary with bbfreeze (before I was using py2exe but it didn't work with email module well).

On system where I build this app, everything works properly, but when I install it on raw windows (without all those vc_redist and set of python libraries) binary does not work.

Where should I start to find a solution, since I have no messages/exceptions/crashes, it simply ends immediately after i run it from command line.

I predict tha开发者_如何学编程t if I'd install some of tools from "build system" I would run it. Is this the only way? I mean, if I would find the missing lib (if it's a lib problem), would adding this library to bbfreeze script would solve this problem?

cheers P.


Get Dependency Walker, and run depends.exe on your executable. It will examine the full tree of DLL dependencies, and mark with a red error the ones that are missing.

It will likely be a MSCVRTxx.dll.

0

精彩评论

暂无评论...
验证码 换一张
取 消