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: > > [EMAIL PROTECTED] > 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 -- Fedora-livecd-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/fedora-livecd-list
