[Freevo-users] Freevo crashes (microdom.py)

2006-08-10 Thread Mustafa Yilmaz
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_recordingsstart '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.microdomfailed to load plugin tv.view_favoritesstart 'freevo plugins -l' to get a list of pluginsTraceback (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, NodeListImportError: No module named web.microdomfailed to load plugin 
tv.manual_recordstart 'freevo plugins -l' to get a list of pluginsTraceback (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, NodeListImportError: No module named web.microdomCrash!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, NodeListImportError: No module named web.microdomHas anyone experienced a similar problem? Can anyone help me? Thanks in advance.
Regards,Mustafa
-
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=lnkkid=120709bid=263057dat=121642___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo 1.5.x Wakeup Client and Server

2006-08-10 Thread Robert Winder
On Tuesday, August 8, 2006, 7:54:05 PM, Duncan wrote:

 Hi all,

 I just written a client/server process to set the nvram and shutdown the 
 machine.

 I allows a fall-back time for the next start if no program has been 
 scheduled to record. Fall-back times are there to allow running of cron 
 jobs such as tv_grab.

 It sets the nvram with nvram_wakeup, but I'm uncertain where to add the 
 code to do the actual shutdown. It could be either in the client of 
 server. That is where I need your suggestions.

 One problem I'm having is finding a version of grub that actually works 
 with the --once patch. It seems to stay at the poweroff entry.

Well it was a long time ago I messed with this but never found a grub version
which worked with the --once option. Still using old and trusty lilo for this
very reason. But things with Grub might have changed by now.

/Robert

 The source is http://www.linuxowl.com/software/wakeup-0.0.1.tar.bz2 (or
 http://svn.linuxowl.com/ffs/trunk/wakeup/). There's a README in there. ;-)

 I'll put this in the plugins page when I've done this last step.

 Feedback is always welcome.

 Cheers,
 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=lnkkid=120709bid=263057dat=121642
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users



-
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=lnkkid=120709bid=263057dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] (Help weird happenings): FIX for tv_grab issue...

2006-08-10 Thread Flynn42
For Norm or anybody else with the same problem...

  Yesterday I started having the same tv_grab_na_dd problem you 
described.  I was only getting listings up to the current hour.  I 
started hacking away and found that the --days parameter in 
tv_grab_na_dd was only fetching up to about 12 hours ahead of the 
current time. When I used the --offset parameter and set it to the 
number of days ahead I wanted to fetch listings it worked. To fix the 
problem from within Freevo I opened my local_config.py file and 
altered the value for the XMLTV_GRABBER parameter.  It use to say this

XMLTV_GRABBER = '/usr/bin/tv_grab_na_dd'

...it now says this


XMLTV_GRABBER = '/usr/bin/tv_grab_na_dd --offset 12 '

*NOTE: there is a space after the --offset 12*


I simply added the --offset parameter into the call to the tv_grab_na_dd 
program. I have a feeling the error is coming from the the zap2it 
service. Maybe they changed the listing format around. Anyway...this fix 
worked for me. I hope it will work for you.

Todd :-)

-
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=lnkkid=120709bid=263057dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users