Re: Python 2.5.2 error on Solaris, No module named _md5

2008-12-11 Thread skip
Shawn> When I "import md5", I got: ... Shawn> import _md5 Shawn> ImportError: No module named _md5 Check the output of the build process to see if the _md5 extension failed to build, and if so, dig into the setup.py file a bit. It's likely that you forgot to include the prope

Python 2.5.2 error on Solaris, No module named _md5

2008-12-11 Thread Gong, Shawn (Contractor)
hi list, I tried to build Python 2.5.2 on Solaris 9 with gcc 3.4.6 under my user account. (there is already an older 2.5.1 on /usr/local/, so I used "make -I install") When I "import md5", I got: Python 2.5.2 (r252:60911, Dec 11 2008, 15:16:41) [GCC 3.4.6] on sunos5 Type "help", "copyright", "c