Reputation: 2788
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.
Upvotes: 1
Views: 1089
Reputation: 2788
I worked it around by extracting md5.so from hashlib.a. fortunately dynamic library was in the archive.
Upvotes: 1