-
Notifications
You must be signed in to change notification settings - Fork 5
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
unable to run zippapps with pywin32 #19
Comments
what's the requirements.txt? |
|
I need to recurrent this issue, wait some minutes. |
pywin32 is not a normal pypi lib, I tried It's a good question but I can't solve it fast |
I succeed once with the solution mhammond/pywin32#1399 Copy the two So, that's the special case of |
Copying dll files doesn't seem to work. It seems like we need to install pywin32 wherever the application is consumed. It doesn't utilize the pywin32 packed in *.pyz. |
copy dll files to the zipapps cache folder so, maybe |
@ClericPy - I struggle to overcome pywin32 issue when using zipapps.
When I installed pywin32 module and package it by runing below command
python -m zipapps -o demo.pyz -m "src.main:main" -d -c -u=* -r .\requirements.txt -a "src"
then running
python demo.pyz
outside virtual environment or on different machine will produce below errorDo you have any work around this or any suggestions?
The text was updated successfully, but these errors were encountered: