Yeah. I had the same problem. I just pulled the extra files from svn.
But after that:
Running elisa gets:
<snip>
from elisa.core import elisa_boot
Import Error: cannot import name elisa_boot
and running elisa-get gives you:
<snip>
from elisa.core.component import parse_dependency
Import Error: cannot import name parse_dependency
The tarball seems to be missing important pieces?
Kevin
On Fri, 2008-07-11 at 11:03 -0700, Matthias Saou wrote:
> Gunnar Holmberg wrote :
>
> > The Elisa team is hereby announcing a first official release of
> Elisa
> > Media Center 0.5.1, code-named 'Como se pasa'.
>
> "Como se pasa"? Not so well in my case :-)
>
> Seems like the the installation hasn't been well tested on Linux, or
> even not at all, as the elisa_generic_setup.py contains :
>
> if platform.system() == 'Linux':
> data_files.extend([('share/pixmaps',
> [os.path.abspath('data/elisa.png')]), ('share/man/man1',
> ['docs/elisa.1']), ('share/applications', ['data/elisa.desktop',
> 'data/elisa-mobile.desktop']), ('share/icons', ['data/elisa.png']),
> ('share/dbus-1/services',
> ['data/com.fluendo.elisa.service'])])
>
> But most (all?) of those files are no longer anywhere to be found in
> the sources. Bummer. I'll try to work around the problem for the
> Fedora
> packages by getting the files from the previous sources.
>
> Matthias
>
> --
> Clean custom Red Hat Linux rpm packages : http://freshrpms.net/
> Fedora release 9 (Sulphur) - Linux kernel 2.6.25.6-55.fc9.x86_64
> Load : 0.19 0.31 0.36
>
>