On Sun, 2007-01-07 at 08:32 +0200, Duncan Webb wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Brian McKee wrote:
> > Hi All
> >     Is imdb.py broken or is it me?
> >         
> >         ==> freevo imdb -s test
> >         {a few snipped warnings}
> > 
> >         searching test
> >         url: http://www.imdb.com/find?s=tt;site=aka;q=test
> >         Traceback (most recent call last):
> >           File
> >         "/usr/lib/python2.4/site-packages/freevo/helpers/imdb.py", line
> >         148, in ?    for result in fxd.searchImdb(filename):
> >           File
> >         "/usr/lib/python2.4/site-packages/freevo/util/fxdimdb.py", line
> >         167, in searchImdb
> >             if appended == False and \
> >         AttributeError: 'NoneType' object has no attribute 'lower'
> >         
> > Comments appreciated
> 
> It was reported to the list a couple of days ago
> 
> Attached is a fixed version

Thank you for the prompt reply.  

I copied the provided file to 
 /usr/lib/python2.4/site-packages/freevo/util/fxdimdb.py

and now I'm gettingTraceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/freevo/helpers/imdb.py", line
44, in ?
    from util.fxdimdb import FxdImdb, makeVideo
  File "/usr/lib/python2.4/site-packages/freevo/util/fxdimdb.py", line
63, in ?
    import revision
ImportError: No module named revision

Since I know no python (maybe it's time I learned at least a little) I
took the 'use a bigger hammer' approach and deleted line 63....  and
it's working.  I'm guessing you've made other changes not represented on
my system that make it work for you,  but thought I'd report this
anyway.

Thanks again
Brian

Attachment: signature.asc
Description: This is a digitally signed message part

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to