Kasim

Results 7 comments of Kasim

I have tried this but it raised another problem. After creating link under the path and run the code (Noted that the path is a python script rather than a...

I've tried making a link and do it again but still got the same error. ``` UnicodeDecodeError: 'mbcs' codec can't decode bytes in position 0--1: No mapping for the Unicode...

I did not get any exception raised when obfuscate script with pyarmor. The error is coming from running the obfuscated script under the path contains Chinese character.

It sound odd. If not obfuscated, I did not get the error with the script I used in the first comment. Does it mean the script obfuscated by pyarmor may...

I'm not using outer license. And I still got the error after hack the pytransform/\_\_init\_\_.py file. The error seems not came from pyarmor_runtime() but \_\_pyarmor\_\_() in the obfuscated script.

I've tried replace \_\_file\_\_ with "test.py" constant, and get restrict error. After obfuscate the script with restrict 0 and doing it again, the code is running correctly! Does replacing \_\_file\_\_...

It seems the __pyarmor__() function can not take Chinese characters as \_\_file\_\_ value, and it does look like Python's issue. I can work around this problem by predefined \_\_file\_\_ inside...