Hi folks, I have a strange problem with maya 2k8_x64 on ubuntu x64 9.04 when I try to import pymel or other modules that need md5 or hashlib, an error occurs:
"ImportError: No module named _md5" mayapy #======== Code ============= >>> import md5 Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/autodesk/maya/lib/python25.zip/md5.py", line 6, in <module> File "/usr/autodesk/maya/lib/python25.zip/hashlib.py", line 133, in <module> File "/usr/autodesk/maya/lib/python25.zip/hashlib.py", line 60, in __get_builtin_constructor ImportError: No module named _md5 #========================== Any idea? -- Sincerely, Farsheed Ashouri, Lead Technical Director / Research & Development, Arang Studios, Tehran, Iran. Cell No: +98 936208 9858 --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/python_inside_maya -~----------~----~----~----~------~----~------~--~---
