After installing evas and running freevo, the error didn't occur.
I had to do a clean and reinstall kaa to make the error occur again.
This is the error print:

No X11 because:  libevas.so.1: cannot open shared object file: No such file
 or directory

The evas libraries are located in /usr/local/lib/evas/...
I'm using ubuntu and normally the lib directory is /usr/lib. But this was
never a problem. Or was evas not really used before?

Jose

Op donderdag 22 februari 2007 21:45, schreef Dirk Meyer:
> Jose Taza wrote:
> > Bart,
> >
> > You are right. When I uninstall evas freevo works again!
> > A bit strange though, I thought that evas was used by freevo.
> >
> > But finaly... it works again... :)
>
> That is strange. Can someone with that bug please install evas again,
> compile again and add some debug in kaa/display/src/init.py. There is
> a line:
>
> # import X11 support
> try:
>     from x11 import X11Display, X11Window, EvasX11Window
>     displays.append('x11')
> except ImportError, e:
>     X11Display = X11Window = EvasX11Window = ImportErrorWrapper('X11')
>
>
> make it
>
> # import X11 support
> try:
>     from x11 import X11Display, X11Window, EvasX11Window
>     displays.append('x11')
> except ImportError, e:
>     print 'no X11 because', e
>     X11Display = X11Window = EvasX11Window = ImportErrorWrapper('X11')
>
>
>
> Dischi

-------------------------------------------------------

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to