0

I am trying to use a python module for using Mega and it requires me to have pycrypto installed. I tried using both pip and easy_install to install it but I have had no luck. With pip I am getting an error like this post. I followed the link from the answer in that post, but I really have no idea where to go from there. I am using Windows 7.

Community
  • 1
  • 1
bs7280
  • 1,074
  • 3
  • 18
  • 32

1 Answers1

2

Pycripto is C-based extension. You can compile PyCrypto on Windows, here is a step-by-step guide.

Alternatively, you can install compiled binaries. Here is extensive source of compiled python packages for Windows: Unofficial Windows Binaries for Python Extension Packages

alko
  • 46,136
  • 12
  • 94
  • 102