On Wed, Apr 29, 2009 at 9:07 AM, Vicent <[email protected]> wrote:

>
>  File "/usr/lib/pymodules/python2.5/docutils/core.py", line 140, in
> process_programmatic_settings
>    **defaults)
> TypeError: get_settings() keywords must be strings


Rev 1754 does a str(key) when setting the keys in the dict, and the code no
longer throws an exception.

It's surprising that docutils should be so picky, and using str(key) will
fail if the key contains non-ascii characters, but perhaps that will never
happen...

Let me know how the code works for you.

Edward

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to