问题
I am trying to set up python environment on AIX 6.1 TL7, python-2.7.1-1.aix6.1.ppc.rpm installation was successful, however when I try to use BaseHttpServer I am getting following error:
ImportError: No module named _md5
Please advise
Thank You, m.
回答1:
I worked it around by extracting md5.so from hashlib.a. fortunately dynamic library was in the archive.
来源:https://stackoverflow.com/questions/8080885/aix-6-1-python-importerror-no-module-named-md5