Hi Louise, I'm not sure what you are trying to do that causes this error. But an ASCII codec cannot encode any "special" characters. You could try utf-8 instead.
Regards, Almar On Mon, Dec 7, 2020, at 15:46, Louise CARTIER wrote: > Hi I have an issue with the latest release of pyzo on macos Big Sur, when I > try to register I have " 'ascii' codec can't encode character '\xe9' in > position 21: ordinal not in range(128) " > > Then I can't open an oldest file. > > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "Pyzo" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web, visit > https://groups.google.com/d/msgid/pyzo/f4171468-87a3-445f-92eb-bf3fc1eb530fn%40googlegroups.com > > <https://groups.google.com/d/msgid/pyzo/f4171468-87a3-445f-92eb-bf3fc1eb530fn%40googlegroups.com?utm_medium=email&utm_source=footer>. -- You received this message because you are subscribed to the Google Groups "Pyzo" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/pyzo/a7fdede9-d7b9-4544-be11-10cdb0c5d182%40www.fastmail.com.
