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

Can't be compiled by pyinstaller #1

Open
Xarond12 opened this issue Jun 6, 2022 · 4 comments
Open

Can't be compiled by pyinstaller #1

Xarond12 opened this issue Jun 6, 2022 · 4 comments

Comments

@Xarond12
Copy link

Xarond12 commented Jun 6, 2022

No description provided.

@CSM-BlueRed
Copy link
Owner

Can you describle what's the error ?

@Xarond12
Copy link
Author

Xarond12 commented Jun 8, 2022

no error, just application not opening

@xtekky
Copy link

xtekky commented Jun 11, 2022

@Xarond12 run it in cmd and show the error, I think that you forgot to add the imports in the opbfuscated code, because if not, pyinstaller or whatever you are using will not pack them into the .exe as they are not shown in the code

@smthpy
Copy link

smthpy commented Jun 14, 2022

Forgot to add imports AFTER the obfuscated code, any imports inside the code is wasted

do

[your imports]

[the obfuscated code]

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

4 participants