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
