Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #98305
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Snake Error 🐍 |
| Date | 2015-11-06 01:18 +1100 |
| Message-ID | <mailman.55.1446733112.16136.python-list@python.org> (permalink) |
| References | <7c531168-539c-45ef-bb1d-bca713c383cc@googlegroups.com> |
On Fri, Nov 6, 2015 at 1:08 AM, Mahan Marwat <mahanmarwat@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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Snake Error 🐍 Mahan Marwat <mahanmarwat@gmail.com> - 2015-11-05 06:08 -0800
Re: Snake Error 🐍 Chris Angelico <rosuav@gmail.com> - 2015-11-06 01:18 +1100
Re: Snake Error 🐍 Mahan Marwat <mahanmarwat@gmail.com> - 2015-11-05 06:31 -0800
Re: Snake Error 🐍 wxjmfauth@gmail.com - 2015-11-05 11:24 -0800
Re: Snake Error 🐍 Christian Gollwitzer <auriocus@gmx.de> - 2015-11-05 21:02 +0100
Re: Snake Error 🐍 Terry Reedy <tjreedy@udel.edu> - 2015-11-05 22:18 -0500
csiph-web