pipoket / booru-grabber

booru-grabber grabs image from booru image boards. ...This seems to be quite recursive description :3
MIT License
5 stars 1 forks source link

cx_Freeze: Python error in main script (= 64bit error?) #8

Open Litoba opened 7 years ago

Litoba commented 7 years ago

_2017_03_02_04_06_44_849 (The bottom of the sentence =) ImportError: DLL load failed: Can't find the specified module.

Tried to start on another computer. (Windows 8.1, 64bit) however can't open due to this problem. It similar to previous issues errors Looks like. But it seems need other solutions.

pipoket commented 7 years ago

This seems to be an packaging issue. Let me take a look.

pipoket commented 7 years ago

Could you try out version 0.2.5 released as of today? I have included a DLL which might be necessary for your system to run the Grabber.

For more detail, this seems to be the problem where your system doesn't have MSVCP140.dll, which can be installed by installing Microsoft Visual C++ 2015 Redistributable.

If the new release doesn't solve your problem, please install the DLL from the link above and try to run the Grabber again.

Litoba commented 7 years ago

_2017_03_20_09_22_05_624 (The bottom of the sentence =) ImportError: DLL load failed: %1 is not the win32 correct application.

(This checked reference point is windows8.1 64bit. The other computers can not be confirmed yet.)

Thank you, new release. Download to links, but not solved yet.... I think the other seems to have a problem.

pipoket commented 7 years ago

Oh, I'm sorry to hear that it didn't solve your problem :(

Could you try installing Microsoft Visual C++ 2015 Redistributable from here? (You should DELETE MSVCP140.dll from the directory where the Grabber is installed first.)

I think x86 will suffice but if it doesn't work please try out x64 as well.

Litoba commented 7 years ago

Thank you very much. program open is success through x86 . But the original problem is not yet been resolved. I'm sorry to keep bothering you...