Evan Hisey wrote: > On Sun, Apr 26, 2009 at 11:22 AM, Duncan Webb <[email protected]> wrote: >> Hi all, >> >> I'm planning the next release of Freevo-1.8.4 for the 26 May 2009. >> > >> Image browsing has changed to use the thumbnails that freevo cache can >> generate, this is faster and less memory hungry. >> >> freevo cache can now run crop detect on directories and files and store >> the settings in the fxd file. I use a cron job to run this once a day, >> seems to work for me but you may have different results. >> > Freevo cache is producing the following error for me: > > Traceback (most recent call last): > File > "/root/freevo-test/lib/python2.5/site-packages/freevo/helpers/cache.py", > line 42, in <module> > import util.mediainfo > File > "/root/freevo-test/lib/python2.5/site-packages/freevo/util/mediainfo.py", > line 42, in <module> > import menu > File "/root/freevo-test/lib/python2.5/site-packages/freevo/menu.py", line > 43, > in <module> > from item import Item > File "/root/freevo-test/lib/python2.5/site-packages/freevo/item.py", line > 46, > in <module> > from util import mediainfo, vfs, Unicode > ImportError: cannot import name mediainfo
We managed to introduce a cyclic dependency of mediamenu needing menu and menu needing mediamenu... Should be fixed in svn at r11471. Duncan ------------------------------------------------------------------------------ Register Now & Save for Velocity, the Web Performance & Operations Conference from O'Reilly Media. Velocity features a full day of expert-led, hands-on workshops and two days of sessions from industry leaders in dedicated Performance & Operations tracks. Use code vel09scf and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf _______________________________________________ Freevo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-devel
