Well, it did not work for me. Now I'm struck with the
idea that Python 2.2.2 installed for Freevo 1.4.1 is
NOT GOOD. 

Could you please confirm which version of Python (and
other stuff) I'm supposed to use with the CVS version
of Freevo ?

The rest is probably not relevant, if the answer is
different from what is said in the Freevo 1.4.1
installation instructions.

Sergey

# uname -a
Linux sunbird 2.4.24 #4 SMP Fri Jan 23 17:38:03 EST
2004 i686 i686 i386 GNU/Linux
That's RedHat 9.0 with the latest errata and
self-compiled DirectFB-oriented kernel.

- I have updated the CVS project (cvs update), I see
your changes. 
- I have set up environment variable LANG=ru_RU.UTF-8.

When I do 'ls -l' , the modification dates are 
displayed in Russian. 

- My local_conf.py is almost default
# grep -v '#' /etc/freevo/local_conf.py
CONFIG_VERSION  = 5.06
VIDEO_ITEMS = [('parameter video
items','/home/melihov/sambatest')]

./freevo 

And navigate to the directory, which has a file with
UNICODE name (in Russian).

Traceback (most recent call last):
  File "/home/melihov/cvs/freevo/src/main.py", line
476, in ?
    app.eventhandler(event)
  File "/home/melihov/cvs/freevo/src/menu.py", line
556, in eventhandler
    action( arg=arg, menuw=self )
  File "/home/melihov/cvs/freevo/src/directory.py",
line 435, in cwd
    self.check_password_and_build(arg=None,
menuw=menuw)
  File "/home/melihov/cvs/freevo/src/directory.py",
line 489, in check_password_and_build
    self.build(arg=arg, menuw=menuw)
  File "/home/melihov/cvs/freevo/src/directory.py",
line 563, in build
    files       = vfs.listdir(self.dir,
include_overlay=True)
  File "/home/melihov/cvs/freevo/src/util/vfs.py",
line 261, in listdir
    if not os.path.isdir(f) and not
f.endswith('.raw'):
  File
"/usr/src/build/228093-i386/install/usr/lib/python2.2/posixpath.py",
line 184, in isdir
    st = os.stat(path)
UnicodeError: ASCII encoding error: ordinal not in
range(128)

Now, there is a parameter in Freevo config file,
LOCALE. By default, LOCALE='Latin-1' 

I tried instead

#LOCALE='ru_RU.utf8'
#LOCALE='pt_BR.utf8'
#LOCALE='ru_RU.UTF-8'
#LOCALE='pt_BR.UTF-8'

And Freevo failed to initialize with 'unknown
encoding'
It started OK with LOCALE='UTF-8', but crashed on my
file all the same. 

Finally, I have set the environment to pt_BR.UTF-8, I
could see the translated interface, I navigated to my
Unicode file, and got the same crash again. 


--- Gustavo Sverzut Barbieri <[EMAIL PROTECTED]>
wrote:
> Hello,
> 
> Just commited the necessary changes to support non
> latin-1 filenames. 
> 
> It Works-For-Me (TM) using LANG=pt_BR.UTF-8 and
> non-ascii (portuguese)


__________________________________
Do you Yahoo!?
Yahoo! Finance: Get your refund fast by filing online.
http://taxes.yahoo.com/filing.html


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to