Hi list,

  I need to store local files paths on the database. I retrieve the
filepaths from the database and stores it in the database:

I declared the database field as UnicodeCol

One example of a correct filepath:
/home/user/MyDocs/.sounds/10 - ANDRÃ(c)A DóRIA.MP3

But when I retrieve the data from the database I get:

exceptions.OSError: [Errno 2] No such file or directory:
'/home/user/MyDocs/.sounds/10 - ANDR\xe9A D\xf3RIA.MP3'

This error occur when I try to open the file via twisted.

Any clue?

Leandro.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to