bzr error - failed to load bzrlib.repofmt.knitrepo.RepositoryFormatKnit1

Filip Rembiałkowski plk.zuber at gmail.com
Thu Nov 1 16:41:56 GMT 2007


2007/11/1, John Arbash Meinel <john at arbash-meinel.com>:
> >     raise ImportError('failed to load %s: %s' % (full_name, e))
> > ImportError: failed to load
> > bzrlib.repofmt.knitrepo.RepositoryFormatKnit1: No module named _md5
> >
> > bzr 0.91.0 on python 2.5.1.final.0 (linux2)
> > arguments: ['/root/bin/bzr', 'init']
> >
> > ** please send this report to bazaar at lists.ubuntu.com
>
> This seems really weird. It would indicate that "import md5" is failing.
>
> Are you sure your python installation is correct?
>
> What does:
>
> python -c 'import md5; md5.new()'
>
> give?

root at boa:~# python -c 'import md5; md5.new()'
Traceback (most recent call last):
  File "<string>", 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 133, in <module>
    md5 = __get_builtin_constructor('md5')
  File "/usr/lib/python2.5/hashlib.py", line 60, in __get_builtin_constructor
    import _md5
ImportError: No module named _md5


I think I know what I've done wrong... this python version was
compiled for glibc-2.5 and I have 2.3.6

sorry for the false alarm :)


-- 
Filip Rembiałkowski


More information about the bazaar mailing list