MSVCR100.dll, 0xc000007b Python cx_freeze -
i finished first program! i'm having trouble making binary using python 3 , cx_freeze. binary runs on computer, on computer i'm testing on, message "can't find mscvr100.dll". looked up, , appears visual studio c++ file.
i located dllin windows/syswow64 directory, , moved application directory on computer error. (both win 8 64-bit) receive error 0xc000007b, appears 64-bit compatibility error. this website describes receieving these 2 errors in sequence, presumably using c++. found fix installing visual studio. doesn't make sense.
very little of information available on either dll or 07b error mentions python or cx_freeze, why i'm stumped. program use qt, feel may have it. ideas?
Comments
Post a Comment