Hi Dischi,

I have checked the output of the kaa build and it says the following:
>>>>
[setup] Entering kaa submodule display
checking for X11 ... ok
checking for imlib2 >= 1.1.1 ... 1.2.1
checking for evas >= 0.9.9.010 ... 0.9.9.037
checking for directfb >= 0.9.20 ... no
checking for pygame ... ok
checking for pygame header files ... ok
checking for sdl >= 1.2.5 ... no
+ X11 (imlib2, evas, evasGL)
+ Framebuffer (imlib2, evas)
- DirectFB
- SDL
>>>>

So it looks to me it can find X11. this is what the xine build says:
>>>>
[setup] Entering kaa submodule xine
+ X11 found in /usr/X11R6/lib; X11 support enabled
+ OpenGL vsync support enabled
checking for directfb >= 1.0.0 ... no
- DirectFB not found; disabling DirectFB support.
>>>>
It doesn't make sense to me.

About the PYTHONPATH: Installing freevo now works! But (sorry there is always 
a 'but'.. :) ), now I get an error when running freevo. Setting the 
PYTHONPATH (PYTHONPATH=/home/joost/freevo2/lib/python2.4/) doesn't solve it. 
I don't understand why it is going wrong, because beacon also has an 'insert 
freevo path' mechanism.
This is the error:
>>>>
Traceback (most recent call last):
  File "/usr/bin/beacon", line 21, in ?
    import kaa.notifier
ImportError: No module named kaa.notifier
Traceback (most recent call last):
  File "./freevo", line 160, in ?
    from freevo.ui import plugin, util, beacon
  File "/home/joost/freevo2/lib/python2.4/site-packages/freevo/ui/beacon.py", 
line 74, in ?
    kaa.beacon.launch(verbose='all', autoshutdown=True, wait=True)
  
File "/home/joost/freevo2/lib/python2.4/site-packages/kaa/beacon/__init__.py", 
line 97, in launch
    return connect()
  
File "/home/joost/freevo2/lib/python2.4/site-packages/kaa/beacon/__init__.py", 
line 74, in connect
    _client = Client()
  File "/home/joost/freevo2/lib/python2.4/site-packages/kaa/beacon/client.py", 
line 86, in __init__
    self._connect()
  File "/home/joost/freevo2/lib/python2.4/site-packages/kaa/beacon/client.py", 
line 169, in _connect
    raise ConnectError(e)
kaa.beacon.client.ConnectError: (2, 'No such file or directory')
>>>>

Regards,
Jose

-------------------------------------------------------------------------
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