如何在使用 PyCharm 4 创建的 Windows Vista64 virualenv 中安装 pycrypto

How to install pycrypto in a Windows Vista64 virualenv created with PyCharm 4

我在 Windows Vista 64 机器上用 PyCharm 4 创建了一个 virtualenv。我是 Windows.

上这种设置的新手

在 Ubuntu 上,我只需要输入 source bin/activate。我试过了,还是不行。

我遇到了麻烦:

  1. 导航到虚拟环境中的 Scripts 文件夹。
  2. 输入activate.bat激活环境
  3. 下载 64 位版本的 pycrypto found here
  4. 将 pycrypto .exe 文件复制到虚拟环境的 Scripts 文件夹中。
  5. 输入easy_install <name_of_your_pycrypto_install_file>.exe
  6. 安装

答案是通过查看 psycopg 64 virtualenv 安装说明找到的:http://www.stickpeople.com/projects/python/win-psycopg/