Ok, as a short term fix, I symlinked src/tv/plugins/generic_record.py
to src/tv/generic_record.py and it started up ok.

IT's still crashing on the actual record command, but it loads now.

File "/usr/local/freevo/src/tv/generic_record.py", line 91, in Record
   self.thread.mode = 'record'
exceptions.AttributeError: Recorder instance has no attribute 'thread' 

On Fri, Sep 05, 2003 at 10:50:38AM -0400, Aubin Paul wrote:
> I was wrong; it is crashing on load:
> 
> 2003/09/05 10:49 EDT [-] failed to load plugin tv.generic_record
> 2003/09/05 10:49 EDT [-] Traceback (most recent call last):
> 2003/09/05 10:49 EDT [-]   File "/usr/local/freevo/src/plugin.py",
> line 369, in __load_plugin__
> 2003/09/05 10:49 EDT [-]     exec('import %s' % module)
> 2003/09/05 10:49 EDT [-]   File "<string>", line 1, in ?
> 2003/09/05 10:49 EDT [-] ImportError: No module named generic_record
> 
> 
> On Fri, Sep 05, 2003 at 10:15:47AM -0400, Aubin Paul wrote:
> > I'm actually still using generic record; so I have:
> > 
> > plugin_record = plugin.activate('tv.generic_record')
> > 
> > in here. I'll switch to the ivtv_record thing after I get this part
> > working (one change at a time, so I can isolate problems)
> > 
> > On Fri, Sep 05, 2003 at 07:32:05AM -0300, Rob Shortt wrote:
> > > It may also be possible that your recording plugin is crashing on 
> > > loading it.  Is there anything in the log near startup about it?  If it 
> > > is ok I think you just see 'ACTIVATING IVTV RECORD PLUGIN' or something.
> > 
> > It's not crashing on load, but I had to make one change in
> > generic_record, which was to change import tv_util to import
> > tv.tv_util
> > 
> > Aubin
> > 
> > 
> > -------------------------------------------------------
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > _______________________________________________
> > Freevo-devel mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/freevo-devel
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Freevo-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/freevo-devel


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to