-
Notifications
You must be signed in to change notification settings - Fork 16
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
Failed to load dynlib/dll 'shcore'. Most likely this dynlib/dll was not found when the application was frozen. #129
Comments
Hi,
This is the windows installer (.exe)?
i.e. you installed ANYstructure from this:
https://github.com/audunarn/ANYstructure/releases/tag/5.0.2
Audun
tir. 2. jan. 2024 kl. 11:39 skrev mohamedelbadry ***@***.***>:
… hello i am facing this error when i try to open program
Traceback (most recent call last):
File "PyInstaller\loader\pyimod03_ctypes.py", line 77, in *init*
File "ctypes_*init*_.py", line 376, in *init*
FileNotFoundError: Could not find module 'shcore' (or one of its
dependencies). Try using the full path with constructor syntax.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "*main*.py", line 23, in
File "*main*.py", line 11, in main
File "ctypes_*init*_.py", line 446, in *getattr*
File "PyInstaller\loader\pyimod03_ctypes.py", line 79, in *init*
pyimod03_ctypes.install..PyInstallerImportError: Failed to load dynlib/dll
'shcore'. Most likely this dynlib/dll was not found when the application
was frozen.
—
Reply to this email directly, view it on GitHub
<#129>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFJPGZKJX327LO36YOSIKF3YMPPWHAVCNFSM6AAAAABBJ3MJA6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGA3DEMRTGI2DCOA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
i think it is the same |
Hmmm. I do not get the same error message when installing and running
the program. Hard to say what the error is. I don't think I can help you,
sorry.
tir. 2. jan. 2024 kl. 11:54 skrev mohamedelbadry ***@***.***>:
… i think it is the same
i installed from this
https://sourceforge.net/projects/anystructure/files/5.0.2/ <http://url>
—
Reply to this email directly, view it on GitHub
<#129 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFJPGZJ3RFDRTMOY5K2OX4LYMPROLAVCNFSM6AAAAABBJ3MJA6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZTHA3TKNZUHE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hello i am facing this error when i try to open program
Traceback (most recent call last):
File "PyInstaller\loader\pyimod03_ctypes.py", line 77, in init
File "ctypes_init_.py", line 376, in init
FileNotFoundError: Could not find module 'shcore' (or one of its dependencies). Try using the full path with constructor syntax.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "main.py", line 23, in
File "main.py", line 11, in main
File "ctypes_init_.py", line 446, in getattr
File "PyInstaller\loader\pyimod03_ctypes.py", line 79, in init
pyimod03_ctypes.install..PyInstallerImportError: Failed to load dynlib/dll 'shcore'. Most likely this dynlib/dll was not found when the application was frozen.
The text was updated successfully, but these errors were encountered: