-
Notifications
You must be signed in to change notification settings - Fork 74
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
can't compile on pyinstaller #7
Comments
i have the same problem! help!! ` Types if import:
IMPORTANT: Do NOT post this list to the issue-tracker. Use it as a basis for missing module named 'win32com.gen_py' - imported by win32com (conditional, optional), C:\Users\Satellite L505\AppData\Local\Programs\Python\Python38\Lib\site-packages\PyInstaller\hooks\rthooks\pyi_rth_win32comgenpy.py (top-level) |
you can complie your code with pyinstaller file.py --exclude-module Excluded_modules note: you can use the --exclude-module as many times as you want. |
i encrypt my code but after converting to exe using pyinstaller it not executed
The text was updated successfully, but these errors were encountered: