Re: Snake Error 🐍

Chris Angelico rosuav at gmail.com
Thu Nov 5 09:18:23 EST 2015


On Fri, Nov 6, 2015 at 1:08 AM, Mahan Marwat <mahanmarwat at gmail.com> wrote:
> When I am trying to paste this 🐍 in Python 3.5.0 IDLE. It crashes.
> Found it on this page: http://www.fileformat.info/info/unicode/char/1f40d/index.htm
> Does Python have any problem with other snakes?

Was this on Windows? The Windows builds of Tk have a problem with
astral characters, so you may not be able to use them there. Try it on
Linux, or try using a character with a four-digit codepoint.

Other GUI toolkits may do better (I've used Gtk on Windows with astral
characters, though not from Python), and it should be fine on any
modern Linux system.

ChrisA



More information about the Python-list mailing list