Freevo 1.8 on Ubuntu 8.10 (Intrepid Ibex)
December 22nd, 2008 by alex
Installed from the synaptic repo and now getting this:
Can't find all Python dependencies: No module named utils
Freevo is missing the PyXML. To fix run this:
aptitude install python-xml cd /usr/lib/python2.5/site-packages/ ln -s oldxml/_xmlplus/
That’s it.
This worked perfectly, thanks for the tip.
Thanks a lot man, really helped a noob like me