(http://www.amk.ca/python/code/crypto)
ans Laufen zu bekommen. Leider hab ich vorher nicht ernsthaft in Phyton Programmiert, und bin nebenbei nicht so bewanded im Compelieren großer software... Ergo hab ich mir hier:
www.voidspace.org.uk/python/modules.shtml#pycrypto
das Windows Binary für PY 2.5 gezogen. PY 2.5 Installiert etc. Wenn ich jetzt das test.py von pycrypt ausführe bekomme ich:
Hab ihr da irgenteinen Tipp für mich?? sry Ich weiss: Noobige frage aber ich hab schon die suche bemüht etc...Traceback (most recent call last):
File "C:\Python25\Crypt\test.py", line 18, in <module>
from Crypto.Util import test
File "C:\Python25\Crypt\build/lib.win32-2.5\Crypto\Util\test.py", line 17, in <module>
import testdata
File "C:\Python25\Crypt\test\testdata.py", line 450, in <module>
from Crypto.Cipher import AES
ImportError: cannot import name AES

greetz TGM