Phil Raymond wrote:
> When starting the recordserver, I get this string of error messages. I 
> thought the mixer was part of Pygame, if it is, how do I activate it so it 
> gets detected? Here's the what happens from the start....
> 
> File "/usr/local/lib/python2.4/site-packages/freevo/helpers/recordserver.py", 
> line 66, in ?
>     from video.commdetectclient import initCommDetectJob
>   File "/usr/local/lib/python2.4/site-packages/freevo/video/__init__.py", 
> line 41, in ?
>     from videoitem import VideoItem, FileInformation
>   File "/usr/local/lib/python2.4/site-packages/freevo/video/videoitem.py", 
> line 47, in ?
>     import menu
>   File "/usr/local/lib/python2.4/site-packages/freevo/menu.py", line 40, in ?
>     from gui import sounds
>   File "/usr/local/lib/python2.4/site-packages/freevo/gui/sounds.py", line 
> 37, in ?
>     import pygame.mixer
> ImportError: No module named mixer


There are some additional SDL modules that you need to have.

- SDL
- SDL_ttf
- SDL_image
- SDL_mixer

Then you will need to reinstall pygame.

Duncan

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to