Rob Shortt wrote: > Benjamin Zores wrote: >> [EMAIL PROTECTED]:~/freevo2$ ./bin/freevo >> WARNING __init__(1072): TV_RECORD_DIR not set >> Please set TV_RECORD_DIR to the directory, where recordings >> should be stored or remove the tv plugin. Autoset variable >> to /home/ben. >> ERROR __init__(1072): Crash! >> Traceback (most recent call last): >> File "./bin/freevo", line 270, in ? >> gui.displays.create() >> File "/home/ben/freevo2/lib/python2.4/site-packages/freevo/ui/gui/dis >> nit__.py", line 62, in get >> display = Display(size, True) >> File "/home/ben/freevo2/lib/python2.4/site-packages/freevo/ui/gui/dis >> ib2.py", line 50, in __init__ >> Imlib2Canvas.__init__(self, size) >> File "/home/ben/freevo2/lib/python2.4/site-packages/kaa/mevas/display >> anvas.py", line 49, in __init__ >> self._window = display.X11Window(size = size, title = title) >> AttributeError: 'module' object has no attribute 'X11Window' > > Are you intending to use X for output in this case? Again.. no X here > so I've never seen that message...
Actually it looks like X11 support wasn't built in mevas... If you don't want X at all take a look at /etc/freevo/freevo.conf for display = or also in /etc/freevo/local_conf.py for GUI_DISPLAY. I hope that helps... -Rob ------------------------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
