Wan Tat Chee wrote:
> Hi,
>
> I'm getting quite a few crashes with the CVS snapshot. I'm not sure
> what is the cause, since I'm running with python 2.2.2 on RH 9 and
> I might still be missing python modules since it's running without
> the runtime. mmpython is the released 0.1 version.
>
> 1. freevo cache
> ===============
> deleting old cache files from older freevo version
> Traceback (most recent call last):
>   File "/usr/lib/python2.2/site-packages/freevo/helpers/cache.py", line
> 107, in ?
>     delete_old_files()
>   File "/usr/lib/python2.2/site-packages/freevo/helpers/cache.py", line
> 66, in delete_old_files
>     util.rmrf(f)
>   File "/usr/lib/python2.2/site-packages/freevo/util.py", line 622, in
> rmrf
>     for root, dirs, files in os.path.walk(top, topdown=False):
> TypeError: walk() got an unexpected keyword argument 'topdown'

Fixed!

>
> 2. When trying to enter the Movies directory
> ============================================
> (The movies directory contains one subdirectory with the contents without
> any other files)
>
> Crash!
> Traceback (most recent call last):
>   File "/usr/lib/python2.2/site-packages/freevo/main.py", line 397, in ?
>     main_func()
>   File "/usr/lib/python2.2/site-packages/freevo/main.py", line 318, in
> main_func
>     app.eventhandler(event)
>   File "/usr/lib/python2.2/site-packages/freevo/menu.py", line 533, in
> eventhandler
>     action( arg=arg, menuw=self )
>   File "/usr/lib/python2.2/site-packages/freevo/directory.py", line 375,
> in cwd
>     self.do_cwd(arg, menuw)
>   File "/usr/lib/python2.2/site-packages/freevo/directory.py", line 701,
> in do_cwd
>     if hasattr(self.menu,'skin_force_text_view'):
> TypeError: cache_dir() got an unexpected keyword argument 'callback'

You need a newer mmpython version.


Dischi

-- 
"To know recursion, you must first know recursion"


-------------------------------------------------------
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