Andrej Falout wrote: > > In the meantime, can anyone please help me with : > > Command: > > /usr/bin/python /usr/src/tahoe/darcs/09-08-05_18-15/tahoe/bin/tahoe backup > --node-directory=/home/andrej/.tahoe-allmydata.com/ --verbose > "/data/audio/Music/A Capella" tahoe:"Backups/polar/data/audio/Music/A Capella" > > ... > > sqlite3.ProgrammingError: You must not use 8-bit bytestrings unless > you use a text_factory that can interpret 8-bit bytestrings (like > text_factory = str). It is highly recommended that you instead just > switch your application to Unicode strings.
I think this is another instance of #629, and is occurring because your version of sqlite is more picky about 8bit strings than mine was. I've updated the ticket with some potential directions.. I suspect this one should be pretty shallow, but I'll need to look more closely at sqlite to be sure. cheers, -Brian _______________________________________________ tahoe-dev mailing list [email protected] http://allmydata.org/cgi-bin/mailman/listinfo/tahoe-dev
