vendredi 16 octobre 2020

Pyinstaller/Pyarmor IndexError

I am making a Python script that will go through a .txt file to find live proxies ones. The program works in Python and calls for the definition 'proxies' when required so the script runs until 'proxies is called.

(The Python source code)

--

If obfuscate & pack it with pyarmor it is unable to read the file

(Pyarmor error code)

This is the code I use to pack pyarmor: "pyarmor pack -e"--onefile" file.py"

--

Then if I try to pack it via pyinstaller I get the same issue

(Pyinstaller error code)

This is the code I use to pack pyinstaller: pyinstaller --onefile file.py

--

If anyone knows how I could fix this issue it would be greatly appreciated :)




Aucun commentaire:

Enregistrer un commentaire