On Mon, 12 Aug 2013 22:18:55 +0200 dufriz <[email protected]> wrote: > argument 1 has unexpected type 'Keys View'
Ah, Python 3.x vs. 2.x issues. Try the new: https://raw.github.com/leo-editor/snippets/master/rich_text_editor.py which works in both. The layout handling's a bit funky in 3 for some reason, but I have another version which handles swapping the editors better, but it requires a tweak in leo's frame handling, so that would have to be distributed as a complete snapshot - will try and get it out soon. Cheers -Terry -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/groups/opt_out.
