__init__.py module ERROR: ||| ... "__init__.__all__" is not a string list ||| (while __init__.py is empty) #2135
Unanswered
meir-davidov-pangea
asked this question in
Q&A
Replies: 1 comment
-
Please following the guide in this page |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello PyArmor community,
We face a problem when we try to obfuscate all of our python files.
In 1.0 I gonna send you our config file
In 1.1 I gonna send you our license details
In 1.2 I gonna send you all the configuration and the commands I used with pyarmor
In 1.3 I gonna show you the error message I got after using the obfuscation command
In 1.4 I gonna explain you the most relevant workaround we tried (we tried a few, but this is the most important one that should have solved but didnt) (the workaround in short: removing the init.py completely and cutting the problem from its root.)
In 1.5 I gonna send you another workaround we tried (disabling RFT completely)
Long story short, we are not able to obfuscate or python files using Pyarmor.
I'm sure there is a simple solution or something that we miss, but dont manage to find that.
Note: We already read the documentation, read on the internet and tried using the gtp's and their cousins,
still no clue.
Would appreciate some help
1.0
1.1
1.2
1.3
1.4
It's already part of 1.2 when I delete all the __init__ files and backing them up before that of course then obfuscating and then returning them back. the file werent existant while obfuscating but somehow the pyarmor still recognize them. I tried checking for more __init__ in this codebase and in the pyarmor root and also tried searching the parts of string of the error in the codebase. Nothing found.
1.5
Beta Was this translation helpful? Give feedback.
All reactions