Alberto Hernando wrote:
> El Lunes, 1 de Diciembre de 2008 04:28, Duncan Webb escribió:
>> Since you are using svn, do you have time to check the release it is all
>> prepared and can be retrieved from svn at
>> svn://svn.freevo.org/freevo/tags/REL-1_8_3.
> 
> 
> I've tested this version... and it crashes like this:
> 
> Traceback (most recent call last):
>   File "/usr/lib/python2.4/site-packages/freevo/main.py", line 114, in ?
>     import menu    # The menu widget class
>   File "/usr/lib/python2.4/site-packages/freevo/menu.py", line 37, in ?
>     import skin
>   File "/usr/lib/python2.4/site-packages/freevo/skin/__init__.py", line 133, 
> in ?
>     get_singleton()
>   File "/usr/lib/python2.4/site-packages/freevo/skin/__init__.py", line 74, 
> in 
> get_singleton
>     exec('import skins.' + config.SKIN_MODULE  + '.' + config.SKIN_MODULE  + \
>   File "<string>", line 1, in ?
>   File "/usr/lib/python2.4/site-packages/freevo/skins/main/main.py", line 39, 
> in ?
>     from area import Skin_Area
>   File "/usr/lib/python2.4/site-packages/freevo/skins/main/area.py", line 60, 
> in ?
>     from skin_utils import *
>   File "/usr/lib/python2.4/site-packages/freevo/skins/main/skin_utils.py", 
> line 48, in ?
>     osd = osd.get_singleton()
>   File "/usr/lib/python2.4/site-packages/freevo/osd.py", line 120, in 
> get_singleton
>     _singleton = OSD()
>   File "/usr/lib/python2.4/site-packages/freevo/osd.py", line 367, in __init__
>     pygame.display.init()
> 
> It looks like an OSD bug. Is it the one that other people are talking about? 
> I 
> never had this problem.

Looks like pygame cannot initialise the display rather than an OSD
problem. It's the last line that is important.

Did you by any chance delete a pygame module?

Duncan

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to