Mustafa Yilmaz wrote:
> Hello all,
>
> I've recently installed freevo and I had no errors during 
> installation. When I try to run it though I get an error: 
> "ImportError: No module named web.microdom". I found out that 
> web.microdom is part of twisted-python, I checked if it's installed 
> and found it at /usr/lib/python2.4/site-packages/twisted. Here's the 
> complete output of freevo:
>
> After installing it, you should run 'freevo cache --rebuild'
> WARNING: PyLirc not found, lirc remote control disabled!
> failed to load plugin tv.scheduled_recordings
> start 'freevo plugins -l' to get a list of plugins
> Traceback (most recent call last):
>   File "/home/yilmaz/Downloads/freevo-1.5.4/src/plugin.py", line 570, 
> in __load_plugin__
>     exec('import %s' % module)
>   File "<string>", line 1, in ?
>   File 
> "/home/yilmaz/Downloads/freevo-1.5.4/src/tv/plugins/scheduled_recordings.py", 
> line 46, in ?
>     import tv.record_client as record_client
>   File "/home/yilmaz/Downloads/freevo-1.5.4/src/tv/record_client.py", 
> line 52, in ?
>     from util.marmalade import jellyToXML, unjellyFromXML
>   File "/home/yilmaz/Downloads/freevo-1.5.4/src/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 "/home/yilmaz/Downloads/freevo- 1.5.4/src/plugin.py", line 570, 
> in __load_plugin__
>     exec('import %s' % module)
>   File "<string>", line 1, in ?
>   File 
> "/home/yilmaz/Downloads/freevo-1.5.4/src/tv/plugins/view_favorites.py", 
> line 45, in ?
>     import tv.record_client as record_client
>   File "/home/yilmaz/Downloads/freevo-1.5.4/src/tv/record_client.py", 
> line 52, in ?
>     from util.marmalade import jellyToXML, unjellyFromXML
>   File "/home/yilmaz/Downloads/freevo- 1.5.4/src/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 "/home/yilmaz/Downloads/freevo-1.5.4/src/plugin.py", line 570, 
> in __load_plugin__
>     exec('import %s' % module)
>   File "<string>", line 1, in ?
>   File 
> "/home/yilmaz/Downloads/freevo-1.5.4/src/tv/plugins/manual_record.py", 
> line 50, in ?
>     import tv.record_client as record_client
>   File "/home/yilmaz/Downloads/freevo- 1.5.4/src/tv/record_client.py", 
> line 52, in ?
>     from util.marmalade import jellyToXML, unjellyFromXML
>   File "/home/yilmaz/Downloads/freevo-1.5.4/src/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
> Crash!
> Traceback (most recent call last):
>   File "/home/yilmaz/Downloads/freevo- 1.5.4/src/main.py", line 488, in ?
>     MainMenu().getcmd()
>   File "/home/yilmaz/Downloads/freevo-1.5.4/src/main.py", line 190, in 
> getcmd
>     items += p.items(self)
>   File "/home/yilmaz/Downloads/freevo- 1.5.4/src/tv/__init__.py", line 
> 48, in items
>     import tvmenu
>   File "/home/yilmaz/Downloads/freevo-1.5.4/src/tv/tvmenu.py", line 
> 64, in ?
>     from tv.tvguide import TVGuide
>   File "/home/yilmaz/Downloads/freevo- 1.5.4/src/tv/tvguide.py", line 
> 72, in ?
>     from program_display import ProgramItem
>   File 
> "/home/yilmaz/Downloads/freevo-1.5.4/src/tv/program_display.py", line 
> 58, in ?
>     import tv.record_client as record_client
>   File "/home/yilmaz/Downloads/freevo-1.5.4/src/tv/record_client.py", 
> line 52, in ?
>     from util.marmalade import jellyToXML, unjellyFromXML
>   File "/home/yilmaz/Downloads/freevo- 1.5.4/src/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
>
> Has anyone experienced a similar problem? Can anyone help me? Thanks 
> in advance.
>
> Regards,
> Mustafa
Have you installed the Twisted package and TwistedWeb? TwistedWeb is now 
contained in Twisted-2.4.0.

Duncan


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to