#No module named 'Crypto'

9 messages · Page 1 of 1 (latest)

nocturne mica
#

Have you tried installing that module and checked for spelling?

nocturne mica
#

Is it installed on main path or in a venv?

nocturne mica
# rotund aspen idk

You should know that ^^
Cause this can cause the module is missing. If you installed it in a virtual environment you wont be able to access it from "outside". In order to use that module installed there, youll first have to activate it

rotund aspen
#

@nocturne mica

nocturne mica
#

I guess via pip(3) if you mean that module?

#

Like every other package i would install it via pip3 install <Package-name>