Preliminary python 2.5 packages

Robert Scheck fedora-devel-list.listman at linuxnetz.de
Thu Oct 26 20:03:38 UTC 2006


On Wed, 25 Oct 2006, Jeremy Katz wrote:
> Let me know if you run into any problems with them.

Hm, it looks like md5 support is broken (detected when trying to rebuild
python-urlgrabber package. It didn't get part of python upstream, didn't
it?):

>>> import _md5
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named _md5
>>> import md5
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.5/md5.py", line 6, in <module>
    from hashlib import md5
  File "/usr/lib/python2.5/hashlib.py", line 104, in <module>
    md5 = __get_builtin_constructor('md5')
  File "/usr/lib/python2.5/hashlib.py", line 31, in __get_builtin_constructor
    import _md5
ImportError: No module named _md5
>>> import sys
>>> sys.prefix
'/usr'
>>>


Greetings,
  Robert




More information about the fedora-devel-list mailing list