[Yt-dev] Abe
    Stephen Skory 
    stephenskory at yahoo.com
       
    Tue Jan 13 13:24:07 PST 2009
    
    
  
> ImportError: No module named _md5
md5 is depreciated in 2.6, but it should just give a warning, not die like that. Odd.
Python 2.6.1 (r261:67515, Jan 13 2009, 14:54:47) 
[GCC 3.4.6 20060404 (Red Hat 3.4.6-10)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from md5 import md5
__main__:1: DeprecationWarning: the md5 module is deprecated; use hashlib instead
>>> 
 _______________________________________________________
sskory at physics.ucsd.edu           o__  Stephen Skory
http://physics.ucsd.edu/~sskory/ _.>/ _Graduate Student
________________________________(_)_\(_)_______________
    
    
More information about the yt-dev
mailing list