nathanlopez / Stitch

Python Remote Administration Tool (RAT)
https://nathanlopez.github.io/Stitch/
Other
3.12k stars 660 forks source link

Import Error with Crypto #8

Open CybrZr00 opened 7 years ago

CybrZr00 commented 7 years ago

After installing all dependencies and the running "python main.py" I get the following error: stitch_utils.py", line 25, in from crypto import Random ImportError: No module named crypto

Crypto is installed, and shows up when using "pip freeze" and the folder etc is in my python directory.

This is when running on Windows. 2017-02-16

s1st3r commented 7 years ago

use easy_install but first of all remove it with pip uninstall

Ekultek commented 7 years ago

My pull request should fix this

iSansei commented 5 years ago

Mac user having same problem