[Fedora-livecd-list] problem with build using current git.

Jeremy Katz katzj at redhat.com
Thu Sep 4 14:58:38 UTC 2008


On Thu, 2008-09-04 at 09:44 -0400, Jim Gettys wrote:
> I grabbed the git version of the tools, and successfully made a build.
> 
> But the second and subsequent tries all fail with the following stack
> trace:
> 
> [root at penguin
> build]# ./livecd/tools/livecd-creator /home/build/fedora-xo/olpc-gnome.ks --fslabel=OLPC-livecd
[snip]
> AttributeError: 'module' object has no attribute 'setup_logging'

It's using the imgcreate module that's installed rather than the one
from the git checkout.  You either need to
a) run 'make install' from the checkout to install into the global
python path, or
b) set PYTHONPATH=./livecd/ before running

Jeremy




More information about the livecd mailing list