[Mailman-Developers] Error in scripts/driver?

Dan Mick Dan Mick <Dan.Mick@West.Sun.COM>
Mon, 28 Aug 2000 20:47:13 -0700 (PDT)


Actually, from comments in Defaults.py.in, it looks like that should
have a from Mailman.Version import VERSION in it, so that importing
Defaults or mm_cfg should get it...but I don't know how to use 
cvs log well enough to find out when the import was dropped from
Defaults.py.in

but it does look like a bug all right.

> Looks like line 121 of scripts/driver needs to say
>         from Mailman.Version import VERSION
> instead of
>         from Mailman.mm_cfg import VERSION
> 
> Otherwise, I get ImportError during the traceback report.