Skip to content

Instantly share code, notes, and snippets.

@darwin
Created November 17, 2008 15:12
Show Gist options
  • Save darwin/25789 to your computer and use it in GitHub Desktop.
Save darwin/25789 to your computer and use it in GitHub Desktop.
[~] which python
/usr/bin/python
[~] python
Python 2.5.2 (r252:60911, Nov 15 2008, 13:18:06)
[GCC 4.0.1 (Apple Inc. build 5488)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import _md5
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named _md5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment