LiEnby / psse-decrypt

Decrypt PSSE layer of PSM Games (on PC)
The Unlicense
32 stars 4 forks source link

No module Error #1

Closed IlluminatiWave closed 1 year ago

IlluminatiWave commented 1 year ago

Traceback (most recent call last): File "psse_decrypt.py", line 10, in from cryptography.hazmat.primitives.serialization import pkcs12 ModuleNotFoundError: No module named 'cryptography'


Windows 11 25281.1000

Python Version - 3.10.9 pycryptodome - 3.17 pycryptodomex - 3.17

🐛

IlluminatiWave commented 1 year ago

I just found the solution.

When I read "Requires: pycryptodome cryptography", I thought cryptography was a word, not another library.

I think it would be more user friendly if it was rephrased as:

Requires: pycryptodome (python -m pip install pycryptodome ) and Cryptography (python -m pip install cryptography).

I am sorry for the misunderstanding