Jondy

Results 177 comments of Jondy

It will be implemented in future version, but now SPP mode is not cross-platform.

Try to make a link to the source path, for example, ``` mklink /d src D:/測試檔案/dest pyarmor obfuscate -r src ```

Please read this page for this problem https://pyarmor.readthedocs.io/en/latest/questions.html

Run pyarmor command with option `-d` to get traceback, and where to raise this exception?

After reading the first report, I find the problem. Try to run a normal python script in Chinese path, it will report the same issue. So it's Python's issue

Do you use outer license? If not, try to hack `D:/測試檔案/dest/pytransform/__init__.py` at line 331 in _load_library ```patch - m.set_option(1, path.encode() if sys.version_info[0] == 3 else path) + pass # m.set_option(1,...

I test it in Win 7, just run an obfuscated scripts in the path `測試檔案`, it works fine. I have no win10. Could you do a simple test, replace `__file__`...

> Does replacing __file__ with "test.py" constant change obfuscate code's behavior? No. It almost not.

Please search `install_name_tool` in the closed issues to find the solution.

Generally it could be fixed by adding an extra rpath something like `@loader_path/../..`, but there is no latest home-brew installed in my machine, I don't know how many `../` are...