Ich möchte diese library auf Python 2.4 in Windows XP ausführen.Wie man ein PyMe erstellt (Python-Bibliothek) In Python 2.4 unter Windows ausführen?
installiert ich die pygpgme-0.8.1.win32.exe Datei bekam aber diese:
>>> 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.
Und dann dieses Pop-up kommt
---------------------------
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
Muss ich " kompilieren "es für Python 2.4? Wie mache ich das?
Gibt es eine Möglichkeit, es mit MingW zu kompilieren, oder ist das noch schwieriger? Ich muss in der Lage sein, diese Bibliothek mit py2exe zu packen, wenn ich fertig bin, also muss es die gleiche Python-Version verwenden, für die alle anderen Bibliotheken installiert sind. Es ist also möglich, alles auf Python 2.5 zu aktualisieren, aber immer noch viel Arbeit. – Greg
Es gibt Patches unter http://python-mingw.donbennett.org/ für die Mingw-Kompilierung von Python - aber sie sind für Python 2.5 ... :-( –