cryptanalysis icon indicating copy to clipboard operation
cryptanalysis copied to clipboard

The script doesn't run

Open michaelkruglos opened this issue 6 years ago • 1 comments

Trying to run python main.py I get the following:

Traceback (most recent call last):
  File "main.py", line 2, in <module>
    from breaking.caesar import CaesarBreak
ImportError: No module named breaking.caesar

michaelkruglos avatar Aug 07 '19 13:08 michaelkruglos

Different error here, but same issue:

$ python3 main.py 
Traceback (most recent call last):
  File "main.py", line 1, in <module>
    from pycipher import Caesar
ModuleNotFoundError: No module named 'pycipher'

alabarre avatar Jul 06 '23 17:07 alabarre