On Mon, Sep 15, 2008 at 2:04 AM, Paul Cooper <[EMAIL PROTECTED]> wrote: > > I use Ubuntu 8.04 - it seems to be a problem with changes between python > 2.4 and 2.5. I *think* that in 2.4 elementtree is an external module > whereas in 2.5 it's built in. The fix I've been using is to make sure > that python 2.4 is installed and then change the first line > of /usr/bin/yum to > > #!/usr/bin/env python2.4 >
This is how I solved the problem on my system as well. Right or wrong, it just worked. Shane... _______________________________________________ dev mailing list [email protected] https://www.moblin.org/mailman/listinfo/dev
