On Wed, Jun 10, 2009 at 9:57 PM, Edward K. Ream<[email protected]> wrote:
> I took a similar approach. > > g.trace(cachefile in c.db,repr(cachefile)) > for z in c.db.keys(): > print repr(cachefile)==repr(z),cachefile==z,repr > (cachefile),repr(z) Pleas bzr pull before reading further. I probably nailed it (using binary format for pickleshare - it seems my change to compressed pickles was not very windows friendly without it). In case that doesn't work: Can you paste your output? (interested in 'cachefile' values in particular). Also, once you have have some cache file to test (just copy paste from terminal), try running c.db['fcache/the-md5sum-you-got'] Some theories - - unicode file names? - slash vs bacslash as separator? -- Ville M. Vainio http://tinyurl.com/vainio --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en -~----------~----~----~----~------~----~------~--~---
