Stitch icon indicating copy to clipboard operation
Stitch copied to clipboard

Import Error with Crypto

Open CybrZr00 opened this issue 8 years ago • 3 comments
trafficstars

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

CybrZr00 avatar Feb 16 '17 12:02 CybrZr00

use easy_install but first of all remove it with pip uninstall

s1st3r avatar Mar 15 '17 20:03 s1st3r

My pull request should fix this

Ekultek avatar Mar 15 '17 20:03 Ekultek

Mac user having same problem

iSansei avatar May 10 '19 19:05 iSansei