Replies: 5 comments
-
I tried doing things such as
but when I try and print pyarmor it isn't defined |
Beta Was this translation helpful? Give feedback.
-
Im getting the same error aswell |
Beta Was this translation helpful? Give feedback.
-
Refer to |
Beta Was this translation helpful? Give feedback.
-
@jondy I got it to work a little bit better but I'm still having issues. Here is my test code.
Here is the contents of file_list.txt
Then here is the output of my tree command
but now I'm getting this error and I don't get an error when running the script or anything.
Is there documentation on how to add the path to PYTHONPATH? or am I doing something else wrong? |
Beta Was this translation helpful? Give feedback.
-
After you use pyinstaller to pack a project (multiple files in different directories) how do you use pyarmor to obfuscate all the files that are inside? I was looking through the documentation and didn't see an answer (I'm blind). I was using the following command
but I'm not sure if it's only obfuscating the main.py or if it's obfuscating all the files in the directory. Sorry if this is a dumb question. Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions