andy-man / ps4-wee-tools

PS4 tools for NOR and Syscon manipulations
GNU General Public License v3.0
142 stars 18 forks source link

ModuleNotFoundError: No module named 'Crypto' #21

Closed rasoulia closed 10 months ago

rasoulia commented 10 months ago

hi. thanks for creating such a useful tools for free. i want to run python version of you project and after i installed both dependencies it's say ModuleNotFoundError: No module named 'Crypto'

so after i search about it it's find out that we must drop crypto and use pycryptodome instead. so after i installed pycryptodome. program run fin but don't know functionality it's same or not. since you say install crypto but i installed pycryptodome.

so what should i do. since you not released exe version of your product. i share it in here if functionality it's fine:

only use this when author approve it : https://mega.nz/file/L9hmgYaD#lsm-A8tccB-mNDcKZcXestsbT-k4UMRQybxNlfwxDDU

andy-man commented 10 months ago

Yes you are right pycryptodome is correct one. It's my mistake, I'll update the readme in next commit