Hi,

Fixed the traceback when I try "freevo cache":

In freevo/util/fileops.py change the line 209 from:

    fsuffix = vfs.splitext(filename[1]).lower()[1:]

to:

    f, fsuffix = vfs.splitext(filename[1])
    fsuffix = fsuffix.lower()

It works at least here...
-- 
----------------------------------------------------------------
,yours Thomas Zangl [EMAIL PROTECTED] -TZ1-6BONE-
-http://tzi.dhs.org - http://www.borg-kindberg.ac.at
Use YAMC! now! Get it at http://www.borg-kindberg.ac.at/yamc/


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to