[Yum-devel] traceback with latest git

Tim Lauridsen tla at rasmil.dk
Thu Oct 18 08:33:21 UTC 2007


Terje Røsten wrote:
> 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
>   
Ups, missed some imports
fixed now.

Tim



More information about the Yum-devel mailing list