Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling executable on Windows 7 with Pyinstaller 3.6 #6

Open
asrabon opened this issue Feb 11, 2020 · 1 comment
Open

Compiling executable on Windows 7 with Pyinstaller 3.6 #6

asrabon opened this issue Feb 11, 2020 · 1 comment

Comments

@asrabon
Copy link

asrabon commented Feb 11, 2020

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

@dwgoon
Copy link
Owner

dwgoon commented May 15, 2020

It seems that the problem is related to PyInstaller problems or Windows versions.
Could you please give me more information on your Windows versions and architectures?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants