LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   freevo crash ImportError: No module named web.microdom (https://www.linuxquestions.org/questions/linux-software-2/freevo-crash-importerror-no-module-named-web-microdom-375986/)

netsurf 10-23-2005 05:30 AM

freevo crash ImportError: No module named web.microdom
 
trying to run freevo on my 9.3 suse system and having great difficulty in making it run correctly

here is the output from my console
Code:

@linux:~> freevo -trace

Error: 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/ryan.

Error: VIDEO_SHOW_DATA_DIR not found
ROM_DRIVES: Auto-detected and added "('/media/dvd', '/dev/dvd', 'DVD-1')"

Error: can't find /tmp/TV.xml
Use xmltv to create this file or when you don't want to use the tv
module at all, add TV_CHANNELS = [] and plugin.remove('tv') to your
local_conf.py. TVguide is deactivated now.

WARNING: PyLirc not found, lirc remote control disabled!
screen.py (136): show, force update
rc.py (425): register callback: <bound method Dirwatcher.poll_wrapper of <directory.Dirwatcher instance at 0x41d3606c>>
rom_drives.py (338): Inserting DVD-1
rc.py (421): register shutdown callback: <bound method autostart.shutdown of <plugins.rom_drives.autostart instance at 0x41d412ec>>
__init__.py (239): Building the xml hash database...
__init__.py (271): done
rom_drives.py (716): MEDIA: Status=1
rom_drives.py (717): Posting IDENTIFY_MEDIA event
mplayer.py (112): MPlayer version set to: None

Failed to detect mplayer version. Please set MPLAYER_VERSION in your
local_conf.py to 0.9  (for 0.9.x series), 1.0 (for 1.0preX series)
or 9999 for cvs.

plugin video.mplayer deactivated, reason: failed to detect mplayer version
rc.py (425): register callback: <bound method PluginInterface.poll of <plugins.tiny_osd.PluginInterface instance at 0x41fe90cc>>
failed to load plugin tv.scheduled_recordings
start 'freevo plugins -l' to get a list of plugins
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/freevo/plugin.py", line 570, in __load_plugin__
    exec('import %s' % module)
  File "<string>", line 1, in ?
  File "/usr/lib/python2.4/site-packages/freevo/tv/plugins/scheduled_recordings.py", line 46, in ?
    import tv.record_client as record_client
  File "/usr/lib/python2.4/site-packages/freevo/tv/record_client.py", line 52, in ?
    from util.marmalade import jellyToXML, unjellyFromXML
  File "/usr/lib/python2.4/site-packages/freevo/util/marmalade.py", line 429, in ?
    from twisted.web.microdom import Text, Element, Node, Document, parse, parseString, CDATASection, NodeList
ImportError: No module named web.microdom
failed to load plugin tv.view_favorites
start 'freevo plugins -l' to get a list of plugins
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/freevo/plugin.py", line 570, in __load_plugin__
    exec('import %s' % module)
  File "<string>", line 1, in ?
  File "/usr/lib/python2.4/site-packages/freevo/tv/plugins/view_favorites.py", line 45, in ?
    import tv.record_client as record_client
  File "/usr/lib/python2.4/site-packages/freevo/tv/record_client.py", line 52, in ?
    from util.marmalade import jellyToXML, unjellyFromXML
  File "/usr/lib/python2.4/site-packages/freevo/util/marmalade.py", line 429, in ?
    from twisted.web.microdom import Text, Element, Node, Document, parse, parseString, CDATASection, NodeList
ImportError: No module named web.microdom
failed to load plugin tv.manual_record
start 'freevo plugins -l' to get a list of plugins
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/freevo/plugin.py", line 570, in __load_plugin__
    exec('import %s' % module)
  File "<string>", line 1, in ?
  File "/usr/lib/python2.4/site-packages/freevo/tv/plugins/manual_record.py", line 50, in ?
    import tv.record_client as record_client
  File "/usr/lib/python2.4/site-packages/freevo/tv/record_client.py", line 52, in ?
    from util.marmalade import jellyToXML, unjellyFromXML
  File "/usr/lib/python2.4/site-packages/freevo/util/marmalade.py", line 429, in ?
    from twisted.web.microdom import Text, Element, Node, Document, parse, parseString, CDATASection, NodeList
ImportError: No module named web.microdom
xine.py (114): detect xine version 0
ERROR: 'xine-ui' version too old, plugin 'xine' deactivated
You need software xine-ui > 0.9.21
xine.py (76): detect fbxine version 0
ERROR: 'fbxine' version too old, plugin 'xine' deactivated
You need software xine-ui > 0.9.22
Crash!
osd.py (216): Loading font "/usr/share/freevo/fonts/Vera.ttf"
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/freevo/main.py", line 488, in ?
    MainMenu().getcmd()
  File "/usr/lib/python2.4/site-packages/freevo/main.py", line 190, in getcmd
    items += p.items(self)
  File "/usr/lib/python2.4/site-packages/freevo/tv/__init__.py", line 48, in items
    import tvmenu
  File "/usr/lib/python2.4/site-packages/freevo/tv/tvmenu.py", line 64, in ?
    from tv.tvguide import TVGuide
  File "/usr/lib/python2.4/site-packages/freevo/tv/tvguide.py", line 72, in ?
    from program_display import ProgramItem
  File "/usr/lib/python2.4/site-packages/freevo/tv/program_display.py", line 58, in ?
    import tv.record_client as record_client
  File "/usr/lib/python2.4/site-packages/freevo/tv/record_client.py", line 52, in ?
    from util.marmalade import jellyToXML, unjellyFromXML
  File "/usr/lib/python2.4/site-packages/freevo/util/marmalade.py", line 429, in ?
    from twisted.web.microdom import Text, Element, Node, Document, parse, parseString, CDATASection, NodeList
ImportError: No module named web.microdom
plugin.py (365): shutdown plugin
rom_drives.py (140): stopping Identify_Thread
plugin.py (365): shutdown plugin
plugin.py (365): shutdown plugin
rc.py (451): shutting down <bound method autostart.shutdown of <plugins.rom_drives.autostart instance at 0x41d412ec>>

i would really appreciate help this is driving me absolutly bonkers. idealy i need to get this working with record functionality as i no longer have time to watch the programs :(
cheers, netsurf


All times are GMT -5. The time now is 07:33 AM.