no module named crypto.cipher

前端 未结 9 768
囚心锁ツ
囚心锁ツ 2021-02-07 06:59

I\'m trying my hands on encryption for a while now. I recently got hands on this python based crypter named PythonCrypter.

I\'m fairly new to Python and when I try to o

9条回答
  •  没有蜡笔的小新
    2021-02-07 07:15

    In my case, pycrypto package was not installed, when I tried to add it: I ran into the following error which was rectified by downloading and installing C++ Compiler for Python 2.7.

    error: Microsoft Visual C++ 9.0 is required. Get it from http://aka.ms/vcpython27

提交回复
热议问题