Alan Steinberg wrote:

> /usr/bin/python2.6 setup.py build
> Traceback (most recent call last):
>  File "setup.py", line 39, in <module>
>    import hashlib
>  File "/usr/lib/python2.6/hashlib.py", line 136, in <module>
>    md5 = __get_builtin_constructor('md5')
>  File "/usr/lib/python2.6/hashlib.py", line 63, in __get_builtin_constructor
>    import _md5
> ImportError: No module named _md5

Hm.  That's already in an error path.  Note that this is being called from
line 136, which is in the exception handler, for when "import _hashlib"
fails.

What happens if you run "python2.6 -c 'import _hashlib'"?  Do you have
/usr/lib/python2.6/lib-dynload/_hashlib.so, or does it complain about some
library dependency being missing?

Danek
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to