BRT Community

Please login or register.

Login with username, password and session length
Advanced search  

News:

Welcome to the Bridgetek Community!

Please read our Welcome Note

Technical Support enquires
please contact the team
@ Bridgetek Support

Please refer to our website for detailed information on all our products - Bridgetek - Bridging Technology

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - MikeAnt

Pages: [1]
1
Discussion - EVE / Re: EVE Asset Builder Installation Problem
« on: March 21, 2020, 06:27:09 AM »
Now I'm really annoyed.

I tried what you said- uninstalled EAB, reinstalled it as Admin... no change.

I manually installed Python. You didn't say which version so I tried the current version (3.8) and multiple prior versions (3.7) but none of them help.

I researched the error and found a lot of people describing the same problem when they try to make a Python app into a standalone install-able app and fail to identify all the dependencies correctly and include them in the runtime distribution. Here's some of the search results:

https://github.com/pyinstaller/pyinstaller/issues/3235
https://github.com/pyinstaller/pyinstaller/issues/3645
https://github.com/pyinstaller/pyinstaller/issues/1679
https://www.reddit.com/r/learnpython/comments/a7isaa/pyinstaller_and_missing_dlls/
https://vxlabs.com/2017/12/06/how-to-debug-pyinstaller-dll-pyd-load-failed-issues-on-windows/
https://python-forum.io/Thread-can-t-run-exe-file
https://anki.tenderapp.com/discussions/ankidesktop/38150-fatal-error-detected-failed-to-execute-script-pyi_rth_multiprocessing
https://discourse.mozilla.org/t/how-to-convert-deepspeech-to-exe-in-windows-10/45767
https://discuss.mxnet.io/t/pyinstaller-package-mxnet-program-error-on-win10/4240

Please test installing EAB 1.2 on a "fresh" machine that's never had Python or any version of EAB intstalled, then try running the image convert feature.

I suspect that it's not that I need Python installed, I need a Python package your developer had installed on his/her workstation and failed to include in the distributable code. 

Incidentally, the image converter in the Cleo tools package works fine on the same computer, it just doesn't allow me to see and control what graphic binary format it's storing in.

-Mike



2
Discussion - EVE / EVE Asset Builder Installation Problem
« on: March 20, 2020, 04:30:56 AM »
I installed EVE Asset Builder with the default options, but when I try to convert any image files I get the following errors:
====================================================================================
Select Images!
Images are ready to convert!
C:/Users/Mike/Documents/Project Scratchfolder/Test Image Converter is selected as output folder.
C:/Users/Mike/Documents/EVE Asset Builder/Assets For Test/Image Converter Test/png/case1.png conversion is in progress...
Conversion failed!

[4724] Failed to execute script eab_tools
Traceback (most recent call last):
  File "eab_tools.py", line 13, in <module>
  File "c:\python37-32\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 627, in exec_module
  File "ast_cpr.py", line 9, in <module>
  File "c:\python37-32\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 627, in exec_module
  File "site-packages\zopfli.py", line 28, in <module>
ImportError: DLL load failed: The specified module could not be found.

======================================================================================

Is there a dependency that didn't get installed or a path that needs to be changed? [I don't have a directory c:\python37-32]
-Mike

Pages: [1]