Replies: 3 comments
-
@jondy is there a way to fix this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@jondy please your advice to solve this issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
Please read the documentation first. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
pyarmor gen --enable-jit --enable-themida --enable-rft --pack --recursive C:\Users\roddy\Downloads\tang
Pyarmor obfuscates the code but when using pyinstaller to pack the obfuscated code into exe:
pyinstaller --onefile tang.py
Traceback (most recent call last):
File "", line 3, in
File "", line 1, in
ImportError: cannot import name 'config' from 'helperfiles' (unknown location)
[36420] Failed to execute script 'main' due to unhandled exception!
packing the exe in older versions worked and I never saw issue with this before.
Beta Was this translation helpful? Give feedback.
All reactions