That fixed it for me.

Thanks John! 


> -----Oorspronkelijk bericht-----
> Van: John Molohan [mailto:john.molo...@gcd.ie] 
> Verzonden: 13 May 2009 23:58
> Aan: freevo-devel@lists.sourceforge.net
> Onderwerp: Re: [Freevo-devel] Freevo rel-1 and 1.8.4 tag 
> fails to start
> 
> Frank [Antispam account] wrote:
> > Hello there,
> >
> >
> > Just updated freevo with both the rel-1 version as 1.8.4 tag.
> > The following error (more than once) is printed in the main-502.log:
> >
> > 2009-05-13 22:56:39,363 ERROR    Unhandled InProgress exception:
> > Traceback (most recent call last):
> >   File "../base/build/lib.linux-i686-2.5/kaa/thread.py", 
> line 358, in 
> > __call__
> >   File "../base/build/lib.linux-i686-2.5/kaa/callback.py", 
> line 215, 
> > in __call__
> >   File "../base/build/lib.linux-i686-2.5/kaa/timer.py", 
> line 149, in start
> >   File 
> "../base/build/lib.linux-i686-2.5/kaa/nf_wrapper.py", line 125, 
> > in __call__
> >   File 
> "../base/build/lib.linux-i686-2.5/kaa/nf_wrapper.py", line 176, 
> > in init
> > AttributeError: 'module' object has no attribute 'loop'
> >
> >
> > What am I doing wrong???
> >   
> You haven't removed the python site-packages directory in 
> your update script, this will cause problems as you'll have 
> old code installed. It might not be the cause of this but it 
> could be. See additions below.
> >
> >
> > I have updated Freevo with the following script:
> >
> > freevo --stop recordserver
> > freevo --stop encodingserver
> > freevo --stop webserver
> > cd kaa
> > svn update
> > rm -rf build/*
> >   
> rm -rf  /usr/lib/python2.5/site-packages/kaa*
> python setup.py clean
> > python setup.py install
> > cd ..
> > cd freevo-1.x
> > cd freevo
> > svn update
> > rm -rf build/*
> >   
> rm -rf  /usr/lib/python2.5/site-packages/freevo*
> python setup.py clean
> > ./autogen.sh nodocs
> > python setup.py install 
> > freevo --daemon recordserver
> > freevo --daemon encodingserver
> > freevo --daemon webserver
> >
> >
> > Details:
> > [r...@intranet kaa]# svn info
> > Path: .
> > URL: svn://svn.freevo.org/kaa/trunk
> > Repository Root: svn://svn.freevo.org/kaa
> > Repository UUID: a8f5125c-1e01-0410-8897-facf34644b8e
> > Revision: 3981
> > Node Kind: directory
> > Schedule: normal
> > Last Changed Author: dmeyer
> > Last Changed Rev: 3981
> > Last Changed Date: 2009-05-10 19:50:58 +0200 (Sun, 10 May 2009)
> >
> >
> > [r...@intranet freevo-1.x]# svn info
> > Path: .
> > URL: svn://svn.freevo.org/freevo/branches/rel-1
> > Repository Root: svn://svn.freevo.org/freevo
> > Repository UUID: cc3e1ea1-1e01-0410-8d68-8b121e83a9d5
> > Revision: 11120
> > Node Kind: directory
> > Schedule: normal
> > Last Changed Author: duncan
> > Last Changed Rev: 11120
> > Last Changed Date: 2008-10-20 21:56:37 +0200 (Mon, 20 Oct 2008)
> >
> >
> >   
> John
> 
> --------------------------------------------------------------
> ----------------
> The NEW KODAK i700 Series Scanners deliver under ANY 
> circumstances! Your
> production scanning environment may not be a perfect world - 
> but thanks to
> Kodak, there's a perfect scanner to get the job done! With 
> the NEW KODAK i700
> Series Scanner you'll get full speed at 300 dpi even with all image 
> processing features enabled. http://p.sf.net/sfu/kodak-com
> _______________________________________________
> Freevo-devel mailing list
> Freevo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-devel
> 
> -- 
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
> 


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to