Impostor icon indicating copy to clipboard operation
Impostor copied to clipboard

Can't be compiled by pyinstaller

Open Xarond12 opened this issue 3 years ago • 4 comments
trafficstars

Xarond12 avatar Jun 06 '22 18:06 Xarond12

Can you describle what's the error ?

CSM-BlueRed avatar Jun 08 '22 14:06 CSM-BlueRed

no error, just application not opening

Xarond12 avatar Jun 08 '22 16:06 Xarond12

@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

xtekky avatar Jun 11 '22 19:06 xtekky

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

do

[your imports]

[the obfuscated code]

smthpy avatar Jun 14 '22 07:06 smthpy