Replies: 1 comment 5 replies
-
Looks like when considering the pyinstaller/PyInstaller/building/utils.py Line 183 in 40f75e6 So providing just the basenames should work:
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
my program depends on pyside2, after using pyinstaller, there is some Qt related .pyd files under the sub-folder
dist/myapp/PySide2
.i need to exclude these .pyd files to workaround
ImportError: DLL load failed: Invalid access to memory location
issue, but--upx-exclude
orupx_exclude
have no effect when those .pyd file names are given. i guess it's the sub-folder that stops the procedure, but i have no idea how to fix this.any infomation will be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions