Ticket #14527: error.txt

File error.txt, 544 bytes (added by reiffert@…, 16 years ago)
Line 
1g4:~ thomas$ python2.5Python 2.5.2 (r252:60911, Feb 29 2008, 16:18:01)
2[GCC 4.0.1 (Apple Computer, Inc. build 5370)] on darwin
3Type "help", "copyright", "credits" or "license" for more information.
4>>> import hashlib
5Traceback (most recent call last):
6  File "<stdin>", line 1, in <module>
7  File "/opt/local/lib/python2.5/hashlib.py", line 133, in <module>
8    md5 = __get_builtin_constructor('md5')
9  File "/opt/local/lib/python2.5/hashlib.py", line 60, in __get_builtin_constructor
10    import _md5
11ImportError: No module named _md5
12>>> ^D
13