Jondy

Results 177 comments of Jondy

@Thoufak about this issue, my suggestion is 1. do not use pack, only obfuscate the script. 2. first obfuscate the scripts without `--restrict 2` 3. if it still doesn't works,...

Yes. Path is case sensitive even in Windows. I think this is not a big problem and didn't change it because linux and macOS are case sensitive.

Make sure this wheel `pyarmor.cli.core-5.4.3-cp312-none-win32.whl` is installed by checking pip log

As a quick workaround, download http://pyarmor.dashingsoft.com/downloads/temp/win32.x86/py312/pytransform3.pyd http://pyarmor.dashingsoft.com/downloads/temp/win32.x86/py312/pyarmor_runtime.pyd Then overwrite `/path/to/pyarmor/cli/core/pytransform3.pyd` and `pyarmor_runtime.pyd`

Got it. It will be fixed in next release.

应用这个补丁 e9e3d9e72f90521fbd4a0fbcfe6715cc3e4b2f10 即可

The other solution is to install package `pyarmor.cli` instead `pyarmor` if only using Pyarmor 8 features. For example ``` pip uninstall pyarmor pip install pyarmor.cli ```