I guess I do have it. I was looking in LIB for it, because that's where I've typically imported other modules from, like os, etc...
>> import md5 >> help(md5) Gives me the help like you'd expect. I was getting an error in the dupinator that I mistakenly attributed to not being able to see md5 in the LIB. Thanks for all of your help. I'll go track down the error now that I know that I'm not just missing a module. -- http://mail.python.org/mailman/listinfo/python-list