On Tue, 29 Mar 2016 03:02:43 -0700 (PDT) Peter Mills <[email protected]> wrote:
> txt = unicode(txt) > NameError: name 'unicode' is not defined Should be fixed, should have been g.toUnicode(txt), seeing unicode() doesn't exist in Python 3. If you can try the latest commit and confirm, that would be good. 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 https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
