[Yum-devel] traceback with latest git
Terje Røsten
terje.rosten at ntnu.no
Thu Oct 18 07:12:53 UTC 2007
commit 175ddd39f3fd5655f677c968580628f2de766c9d
Author: Tim Lauridsen <tim at localhost.localdomain>
Date: Wed Oct 17 13:56:41 2007 +0200
Added a cleanup edition of a DownloadBaseCallback to make it simple to
create custom downlo
Seems to give this traceback:
$ python yummain.py update
Traceback (most recent call last):
File "yummain.py", line 26, in <module>
from yum import Errors
File "/root/yum/yum/__init__.py", line 51, in <module>
import callbacks
File "/root/yum/yum/callbacks.py", line 51, in <module>
class DownloadBaseCallback( BaseMeter ):
NameError: name 'BaseMeter' is not defined
- Terje
More information about the Yum-devel
mailing list