我想在 Windows XP 的 Python 2.4 上运行这个库。
我安装了 pygpgme-0.8.1.win32.exe 文件,但得到了这个:
>>> from pyme import core
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "C:\Python24\Lib\site-packages\pyme\core.py", line 22, in ?
import pygpgme
File "C:\Python24\Lib\site-packages\pyme\pygpgme.py", line 7, in ?
import _pygpgme
ImportError: DLL load failed: The specified module could not be found.
然后这个弹出窗口出现
---------------------------
python.exe - Unable To Locate Component
---------------------------
This application has failed to start because python25.dll was not found. Re-installing the application may fix this problem.
---------------------------
OK
我需要为 Python 2.4“编译”它吗?我怎么做?