Replies: 4 comments 9 replies
-
@jondy I don't understand why this problem is not solved which I believe is a bug in all respects |
Beta Was this translation helpful? Give feedback.
-
@jondy I think I was quite specific, ps you passed me this bug several times open in discussions |
Beta Was this translation helpful? Give feedback.
-
@ddi98 do you know how to use |
Beta Was this translation helpful? Give feedback.
-
as you can see in the config file i excluded the before_verifica_licenza_vivifir function but it continues to import it: [builder]
|
Beta Was this translation helpful? Give feedback.
-
@jondy hi, on the project i shot you if you try to obfuscate it with any other mode than --mix-str m ireturns the following error:
ImportError: cannot import name 'not_found_error' from 'routes_generica' (C:\Users\Giuseppe\Dropbox\PROGETTI_PYCHARM\FormulariTools\dist\formularitools\routes_generica.py)
but pyarmor does not throw any errors during the obfuscation process
2023-04-12 20:47:11,769 Python 3.7.0 2023-04-12 20:47:11,770 Pyarmor 8.1.1 (pro), 005036, FormulariTools 2023-04-12 20:47:11,770 Platform windows.x86_64 2023-04-12 20:47:11,770 native platform windows.amd64 2023-04-12 20:47:11,771 home path: C:\Users\Giuseppe\.pyarmor 2023-04-12 20:47:11,772 command options: {'no_runtime': False, 'enable_jit': True, 'assert_import': True, 'assert_call': True, 'mix_str': True, 'restrict_module': 2, 'inputs': ['C:\\Users\\Giuseppe\\Dropbox\\PROGETTI_PYCHARM\\FormulariTools'], 'mix_coname': 1, 'excludes': 'C:/Users/Giuseppe/Dropbox/PROGETTI_PYCHARM/FormulariTools/migrations C:/Users/Giuseppe/Dropbox/PROGETTI_PYCHARM/FormulariTools/poppler C:/Users/Giuseppe/Dropbox/PROGETTI_PYCHARM/FormulariTools/pdfjs C:/Users/Giuseppe/Dropbox/PROGETTI_PYCHARM/FormulariTools/static C:/Users/Giuseppe/Dropbox/PROGETTI_PYCHARM/FormulariTools/venv'} 2023-04-12 20:47:11,773 search inputs ... 2023-04-12 20:47:11,773 find package at C:\Users\Giuseppe\Dropbox\PROGETTI_PYCHARM\FormulariTools 2023-04-12 20:47:11,779 find 1 top resources 2023-04-12 20:47:11,811 build package relations 2023-04-12 20:47:11,991 start to generate runtime files 2023-04-12 20:47:11,991 target platforms {'windows.amd64'} 2023-04-12 20:47:11,994 write dist\pyarmor_runtime_005036\pyarmor_runtime.pyd 2023-04-12 20:47:11,994 patch runtime file 2023-04-12 20:47:11,995 patching runtime data at 501312 2023-04-12 20:47:11,995 patch runtime file OK 2023-04-12 20:47:11,997 generate runtime files OK 2023-04-12 20:47:11,997 start to obfuscate scripts 2023-04-12 20:47:11,998 process resource "FormulariTools" 2023-04-12 20:47:11,999 obfuscating file app.py 2023-04-12 20:47:12,000 process inline marker 2023-04-12 20:47:12,049 write dist\FormulariTools\app.py 2023-04-12 20:47:12,050 obfuscating file config.py 2023-04-12 20:47:12,052 process inline marker 2023-04-12 20:47:12,068 write dist\FormulariTools\config.py 2023-04-12 20:47:12,069 obfuscating file form.py 2023-04-12 20:47:12,070 process inline marker 2023-04-12 20:47:12,417 write dist\FormulariTools\form.py 2023-04-12 20:47:12,418 obfuscating file ghost.py 2023-04-12 20:47:12,419 process inline marker 2023-04-12 20:47:12,664 write dist\FormulariTools\ghost.py 2023-04-12 20:47:12,665 obfuscating file mail.py 2023-04-12 20:47:12,666 process inline marker 2023-04-12 20:47:12,731 write dist\FormulariTools\mail.py 2023-04-12 20:47:12,732 obfuscating file messaggi_soluzioni.py 2023-04-12 20:47:12,734 process inline marker 2023-04-12 20:47:12,938 write dist\FormulariTools\messaggi_soluzioni.py 2023-04-12 20:47:12,939 obfuscating file models.py 2023-04-12 20:47:12,940 process inline marker 2023-04-12 20:47:13,044 write dist\FormulariTools\models.py 2023-04-12 20:47:13,045 obfuscating file routes_copia_mov.py 2023-04-12 20:47:13,046 process inline marker 2023-04-12 20:47:13,665 write dist\FormulariTools\routes_copia_mov.py 2023-04-12 20:47:13,666 obfuscating file routes_copia_mov_bk.py 2023-04-12 20:47:13,668 process inline marker 2023-04-12 20:47:14,105 write dist\FormulariTools\routes_copia_mov_bk.py 2023-04-12 20:47:14,106 obfuscating file routes_generica.py 2023-04-12 20:47:14,107 process inline marker 2023-04-12 20:47:14,226 write dist\FormulariTools\routes_generica.py 2023-04-12 20:47:14,227 obfuscating file routes_utenti.py 2023-04-12 20:47:14,228 process inline marker 2023-04-12 20:47:14,333 write dist\FormulariTools\routes_utenti.py 2023-04-12 20:47:14,334 obfuscating file routes_vivifir.py 2023-04-12 20:47:14,335 process inline marker 2023-04-12 20:47:15,366 write dist\FormulariTools\routes_vivifir.py 2023-04-12 20:47:15,368 obfuscating file utils.py 2023-04-12 20:47:15,369 process inline marker 2023-04-12 20:47:15,805 write dist\FormulariTools\utils.py 2023-04-12 20:47:15,806 obfuscate scripts OK
Beta Was this translation helpful? Give feedback.
All reactions