2010/12/11 Jason Tackaberry <t...@urandom.ca>

>
>
> Definitely a bug.  Python 2.5 doesn't get a lot of coverage anymore, so
> this one went unnoticed.  I just committed a fix (hopefully).  Can you
> update from svn and let me know if it works now?
>
>
I updated and, on one hand:

fre...@tinglao:~$ python -c 'import kaa; print kaa.ThreadPool'
<class 'kaa.base.thread.ThreadPool'>

Good for this. But the main bbug remains. No thumbnails, and this is in
videothumb.log

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/freevo/util/videothumb.py", line
40, in <module>
    import util
  File "/usr/lib/python2.5/site-packages/freevo/util/__init__.py", line 73,
in <module>
    from fileops import *
  File "/usr/lib/python2.5/site-packages/freevo/util/fileops.py", line 47,
in <module>
    import kaa.imlib2
  File "/usr/lib/python2.5/site-packages/kaa/imlib2/__init__.py", line 31,
in <module>
    from version import VERSION
  File "/usr/lib/python2.5/site-packages/kaa/imlib2/version.py", line 4, in
<module>
    from kaa.base.distribution.version import Version
  File "/usr/lib/python2.5/site-packages/kaa/base/distribution/__init__.py",
line 2, in <module>
    import distutils.util
ImportError: No module named util

I can see that something has changed. The bug/problem seems to be in
kaa-imlib2, right? Some weeks ago I reported another problem about
displaying images. Also seemed related to kaa-imlib2 but I don't know if
anybody else could reproduce that problem. Could these two bugs be related?
Actually, I have another one with shutdown. I was waiting until the
videothumb one was fixed and see if all were gone, but now I'd like to know
what's the best way to report them, as I don't want to mess with the list,
mixing subjects.


Thanks for your vigilance. :)
>
>
Thanks for Freevo, always. :)

best,
Alberto


-- 
duende a rayas
------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages, 
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev 
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to