ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
From: Serge <serg-e@ukr.net>
To: ALT Linux Sisyphus discussion list <sisyphus@lists.altlinux.org>
Subject: [sisyphus] freevo crash
Date: Fri, 25 Jan 2008 14:36:06 +0200
Message-ID: <4799D7B6.1010005@ukr.net> (raw)

Доброго дня.
Установил сабж.
при запуске вываливается с поносом:
$ freevo

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/alone.

Error: VIDEO_SHOW_DATA_DIR not found

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.


Please run 'freevo cache'

WARNING: /etc/freevo/lircrc not found!
failed to load plugin tv.mplayer
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 556, in 
__load_plugin__
    exec('import %s' % module)
  File "<string>", line 1, in ?
  File "/usr/lib/python2.4/site-packages/freevo/tv/plugins/mplayer.py", 
line 42, in ?
    import tv.epg_xmltv as epg # The Electronic Program Guide
  File "/usr/lib/python2.4/site-packages/freevo/tv/epg_xmltv.py", line 
50, in ?
    import tv.xmltv as xmltv
  File "/usr/lib/python2.4/site-packages/freevo/tv/xmltv.py", line 27, in ?
    from elementtree.ElementTree import ElementTree, Element, 
SubElement, tostring
ImportError: No module named elementtree.ElementTree
failed to load plugin tv.generic_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 556, in 
__load_plugin__
    exec('import %s' % module)
  File "<string>", line 1, in ?
  File 
"/usr/lib/python2.4/site-packages/freevo/tv/plugins/generic_record.py", 
line 42, in ?
    import util.tv_util as tv_util
  File "/usr/lib/python2.4/site-packages/freevo/util/tv_util.py", line 
47, in ?
    import util, config, tv.epg_xmltv
  File "/usr/lib/python2.4/site-packages/freevo/tv/epg_xmltv.py", line 
50, in ?
    import tv.xmltv as xmltv
  File "/usr/lib/python2.4/site-packages/freevo/tv/xmltv.py", line 27, in ?
    from elementtree.ElementTree import ElementTree, Element, 
SubElement, tostring
ImportError: No module named elementtree.ElementTree
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 556, 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 556, 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 556, 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 49, in ?
    import util.tv_util as tv_util
  File "/usr/lib/python2.4/site-packages/freevo/util/tv_util.py", line 
47, in ?
    import util, config, tv.epg_xmltv
  File "/usr/lib/python2.4/site-packages/freevo/tv/epg_xmltv.py", line 
50, in ?
    import tv.xmltv as xmltv
  File "/usr/lib/python2.4/site-packages/freevo/tv/xmltv.py", line 27, in ?
    from elementtree.ElementTree import ElementTree, Element, 
SubElement, tostring
ImportError: No module named elementtree.ElementTree
failed to load plugin idlebar.tv
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 556, in 
__load_plugin__
    exec('import %s' % module)
  File "<string>", line 1, in ?
  File "/usr/lib/python2.4/site-packages/freevo/plugins/idlebar/tv.py", 
line 37, in ?
    import util.tv_util as tv_util
  File "/usr/lib/python2.4/site-packages/freevo/util/tv_util.py", line 
47, in ?
    import util, config, tv.epg_xmltv
  File "/usr/lib/python2.4/site-packages/freevo/tv/epg_xmltv.py", line 
50, in ?
    import tv.xmltv as xmltv
  File "/usr/lib/python2.4/site-packages/freevo/tv/xmltv.py", line 27, in ?
    from elementtree.ElementTree import ElementTree, Element, 
SubElement, tostring
ImportError: No module named elementtree.ElementTree
Crash!
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/freevo/main.py", line 494, in ?
    MainMenu().getcmd()
  File "/usr/lib/python2.4/site-packages/freevo/main.py", line 196, in 
getcmd
    items += p.items(self)
  File "/usr/lib/python2.4/site-packages/freevo/tv/__init__.py", line 
40, in items
    import tvmenu
  File "/usr/lib/python2.4/site-packages/freevo/tv/tvmenu.py", line 57, in ?
    import util.tv_util as tv_util
  File "/usr/lib/python2.4/site-packages/freevo/util/tv_util.py", line 
47, in ?
    import util, config, tv.epg_xmltv
  File "/usr/lib/python2.4/site-packages/freevo/tv/epg_xmltv.py", line 
50, in ?
    import tv.xmltv as xmltv
  File "/usr/lib/python2.4/site-packages/freevo/tv/xmltv.py", line 27, in ?
    from elementtree.ElementTree import ElementTree, Element, 
SubElement, tostring
ImportError: No module named elementtree.ElementTree




             reply	other threads:[~2008-01-25 12:36 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-25 12:36 Serge [this message]
2008-01-25 12:38 ` Slava Semushin
2008-01-25 12:45 ` Epiphanov Sergei
2008-01-25 12:51   ` Serge
2008-01-25 12:47 ` Epiphanov Sergei
2008-01-25 12:55   ` Serge
2008-01-25 13:21     ` Serge

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4799D7B6.1010005@ukr.net \
    --to=serg-e@ukr.net \
    --cc=sisyphus@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git