I went through that webpage and installed all of the modules on the
list. Most went through. One problem i noticed is anything with G++
(C++ I assume) wouldn't work. Installing G++ on mandrake 10.1 sounds
very complicated though. Either way I went through them all and of
course I still get errors running freevo. I start mandrake 10.1 going
into kde. I open up Konsole. I type su, just in case. Then freevo. I
get:
[EMAIL PROTECTED] aosborn]# freevo
Error: VIDEO_SHOW_DATA_DIR not found
ROM_DRIVES: Auto-detected and added "('/mnt/cdrom', '/dev/hdc', 'CD-1')"
WARNING: PyLirc not found, lirc remote control disabled!
/usr/lib/python2.3/site-packages/freevo/osd.py:380: RuntimeWarning:
use font: No module named font
  pygame.font.init()
Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/freevo/main.py", line 131, in ?
    import menu    # The menu widget class
  File "/usr/lib/python2.3/site-packages/freevo/menu.py", line 48, in ?
    import skin
  File "/usr/lib/python2.3/site-packages/freevo/skin.py", line 98, in ?
    get_singleton()
  File "/usr/lib/python2.3/site-packages/freevo/skin.py", line 79, in
get_singleton
    exec('import skins.' + config.SKIN_MODULE  + '.' + config.SKIN_MODULE  + \
  File "<string>", line 1, in ?
  File "/usr/lib/python2.3/site-packages/freevo/skins/main/main.py",
line 51, in ?
    from area import Skin_Area
  File "/usr/lib/python2.3/site-packages/freevo/skins/main/area.py",
line 67, in ?
    import xml_skin
  File "/usr/lib/python2.3/site-packages/freevo/skins/main/xml_skin.py",
line 54, in ?
    osd = osd.get_singleton()
  File "/usr/lib/python2.3/site-packages/freevo/osd.py", line 146, in
get_singleton
    _singleton = OSD()
  File "/usr/lib/python2.3/site-packages/freevo/osd.py", line 380, in __init__
    pygame.font.init()
  File "/usr/lib/python2.3/site-packages/pygame/__init__.py", line 41,
in __getattr__
    raise NotImplementedError, MissingPygameModule
NotImplementedError: font module not available



And if it matters this is what I get when installing Pygame:
[EMAIL PROTECTED] aosborn]# cd pygame-1.6
[EMAIL PROTECTED] pygame-1.6]# python setup.py build
running build
running build_py
running build_ext
[EMAIL PROTECTED] pygame-1.6]# python setup.py install
running install
running build
running build_py
running build_ext
running install_lib
running install_headers
running install_data
[EMAIL PROTECTED] pygame-1.6]# cd ..


And that looks good. So I dont know why it say it's missing a Pygame Module.
Hope you all can help.


On Sun, 5 Dec 2004 10:41:07 -0600, Andrew Osborn <[EMAIL PROTECTED]> wrote:
> I have installed all of those manually. Pygame, Fonts, SDL, all that.
> And I never ran the RPM, that failed on me right away. I manually
> installed Freevo, not so well though.
> 
> I'll try installing those modules though.
> 
> 
> 
> 
> On Sun, 05 Dec 2004 11:20:12 +0000, drew <[EMAIL PROTECTED]> wrote:
> > Andrew Osborn wrote:
> >
> >
> >
> > >Python 2.3 Pygame 1.6.
> > >
> > >I didn't have a local.conf file but I had local_conf.py file which i
> > >assume I should use. So I added that bit to it.
> > >
> > >This is what i get when running the freevo command now:
> > >[EMAIL PROTECTED] freevo-1.5.2]# freevo
> > >Error: VIDEO_SHOW_DATA_DIR not found
> > >ROM_DRIVES: Auto-detected and added "('/mnt/cdrom', '/dev/hdc', 'CD-1')"
> > >WARNING: PyLirc not found, lirc remote control disabled!
> > >/usr/lib/python2.3/site-packages/freevo/osd.py:380: RuntimeWarning:
> > >use font: No module named font
> > >  pygame.font.init()
> > >Traceback (most recent call last):
> > >  File "/usr/lib/python2.3/site-packages/freevo/main.py", line 131, in ?
> > >    import menu    # The menu widget class
> > >  File "/usr/lib/python2.3/site-packages/freevo/menu.py", line 48, in ?
> > >    import skin
> > >  File "/usr/lib/python2.3/site-packages/freevo/skin.py", line 98, in ?
> > >    get_singleton()
> > >  File "/usr/lib/python2.3/site-packages/freevo/skin.py", line 79, in
> > >get_singleton
> > >    exec('import skins.' + config.SKIN_MODULE  + '.' + config.SKIN_MODULE  
> > > + \
> > >  File "<string>", line 1, in ?
> > >  File "/usr/lib/python2.3/site-packages/freevo/skins/main/main.py",
> > >line 51, in ?
> > >    from area import Skin_Area
> > >  File "/usr/lib/python2.3/site-packages/freevo/skins/main/area.py",
> > >line 67, in ?
> > >    import xml_skin
> > >  File "/usr/lib/python2.3/site-packages/freevo/skins/main/xml_skin.py",
> > >line 54, in ?
> > >    osd = osd.get_singleton()
> > >  File "/usr/lib/python2.3/site-packages/freevo/osd.py", line 146, in
> > >get_singleton
> > >    _singleton = OSD()
> > >  File "/usr/lib/python2.3/site-packages/freevo/osd.py", line 380, in 
> > > __init__
> > >    pygame.font.init()
> > >  File "/usr/lib/python2.3/site-packages/pygame/__init__.py", line 41,
> > >in __getattr__
> > >    raise NotImplementedError, MissingPygameModule
> > >NotImplementedError: font module not available
> > >
> > >I don't want to use this for TV or recording. Just for a DVD
> > >playback/archive of ripped DVDs (anyone recommend a good ripping
> > >program to rip to the Hard drive?). Also for MP3s a bit, and for the
> > >X-MAME game console emulator possibly, sounds neat.
> > >
> > >No TV card or anything needed. So I could gut my conf files if you
> > >need me too, if I know what to remove.
> > >
> > >
> > >On Sat, 04 Dec 2004 22:35:00 +0100, Carsten Breuer
> > ><[EMAIL PROTECTED]> wrote:
> > >
> > >
> > >>Hi Andrew,
> > >>
> > >>OK, this is not a "wrong Display Problem".
> > >>It looks to me that you dont have installed pygame.
> > >>
> > >>I think it is also time to clean up the errors
> > >>you receive.
> > >>
> > >>Uncomment (Remove the #) at the line with the following code:
> > >>
> > >># plugin.remove('tv')
> > >>
> > >>to
> > >>
> > >>plugin.remove('tv');
> > >>
> > >>If you can't find it, add it to local.conf.
> > >>
> > >>You can add this later if freevo is running..
> > >>
> > >>If you have pygame installed, check the version.
> > >>
> > >>It's difficult to help, if you can't look to the system.
> > >>
> > >>
> > >>
> > >>
> > >>Best Regards,
> > >>
> > >>Carsten
> > >>
> > >>-------------------------------------------------------
> > >>SF email is sponsored by - The IT Product Guide
> > >>Read honest & candid reviews on hundreds of IT Products from real users.
> > >>Discover which products truly live up to the hype. Start reading now.
> > >>http://productguide.itmanagersjournal.com/
> > >>_______________________________________________
> > >>Freevo-users mailing list
> > >>[EMAIL PROTECTED]
> > >>https://lists.sourceforge.net/lists/listinfo/freevo-users
> > >>
> > >>
> > >>
> > >
> > >
> > >
> > >
> >
> >
> > Just out of interest, did you do the installation manually? I noticed
> > when I did mine that Freevo and all the deps are in the Contrib section.
> > Just add the latest contrib and main sources (use
> > http://easyurpmi.zarb.org/ ) then
> >
> > # urpmi freevo from a root shell should get the job done (well, it
> > worked for me)
> >
> > HTH
> >
> > Drew.
> >
> > -------------------------------------------------------
> >
> >
> > SF email is sponsored by - The IT Product Guide
> > Read honest & candid reviews on hundreds of IT Products from real users.
> > Discover which products truly live up to the hype. Start reading now.
> > http://productguide.itmanagersjournal.com/
> > _______________________________________________
> > Freevo-users mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/freevo-users
> >
> 
> --
> Andy Osborn
> 920-319-6032
> 


-- 
Andy Osborn
920-319-6032


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to