dwgoon / jpegio

A python package for accessing the internal variables of JPEG file format such as DCT coefficients and quantization tables
Apache License 2.0
73 stars 18 forks source link

Compiling into executable with Windows 7 and Pyinstaller #5

Closed wetstonetech closed 4 years ago

wetstonetech commented 4 years ago

Whenever I compile my script utilizing jpegio into an executable using Windows 10 it works without any issue. However, on Windows 7 when I move the executable to another machine it will give me an error message.

Traceback (most recent call last): File "get_dct.py", line 1, in File "c:\users\win7investi\appdata\local\programs\python\python36-32\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 627, in exec_module File "site-packages\jpegio-0.2.1-py3.6-win32.egg\jpegio__init__.py", line 7, in ImportError: DLL load failed: The specified module could not be found. [4076] Failed to execute script get_dct