Replies: 1 comment 1 reply
-
Please check this guide Maybe forget to enable plugin |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi,
I generated the obfuscation of a script for different versions of python. I then tried to use the merge script in order to merge them into a single obfuscated file.
The merge script was complaining with 'no runtime package found'.
I took a look at the script and it seems that this method was been used with the default (marker=None). In the method, in this case the marker is set to
'from sys import version_info as py_version'
Then I checked in my init.py file for the different obfuscated versions and indeed this line was not present.
I simply returned the filename[n:-12] when the init.py was found and it worked.
I wanted to know whether is there something I am doing wrong when trying to merge my files?
Thank you,
Beta Was this translation helpful? Give feedback.
All reactions