no module named crypto.cipher

前端 未结 9 600
囚心锁ツ
囚心锁ツ 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:13

    PyCrypto doesn't play well with Windows systems if you're installing using pip or easy_install... or at least it didn't for me.

    Try using the prebuilt binaries for Windows here: http://www.voidspace.org.uk/python/modules.shtml#pycrypto

提交回复
热议问题