Re: [pypy-dev] Current status of GUI support in PyPy

2015-12-18 Thread Phyo Arkar
Rapydscript is pure pythonic javascript. HTML5 + http://www.pyjeon.com/rapydscript On Fri, Dec 18, 2015 at 10:55 PM, Ryan Gonzalez wrote: > I find HTML5 overkill if you're not using JS... > > > On December 18, 2015 7:52:40 AM CST, Phyo Arkar > wrote: >> >> Best GUI for every language these days

Re: [pypy-dev] Current status of GUI support in PyPy

2015-12-18 Thread Ryan Gonzalez
I find HTML5 overkill if you're not using JS... On December 18, 2015 7:52:40 AM CST, Phyo Arkar wrote: >Best GUI for every language these days is HTML5. > >Use PyPy as backend process , and use HTML5 as UI. > >Check out Electron .http://electron.atom.io/ HTML5 Desktop UI that >powers >Atom edito

Re: [pypy-dev] Current status of GUI support in PyPy

2015-12-18 Thread Phyo Arkar
Best GUI for every language these days is HTML5. Use PyPy as backend process , and use HTML5 as UI. Check out Electron .http://electron.atom.io/ HTML5 Desktop UI that powers Atom editor. On Wed, Dec 16, 2015 at 7:09 PM, Oscar Benjamin wrote: > After a casual bit of googling I'm not sure what i

Re: [pypy-dev] Current status of GUI support in PyPy

2015-12-18 Thread Oscar Benjamin
On 16 December 2015 at 12:45, Armin Rigo wrote: > If you get an obscure crash, please open a > bug report. :-) I found a bug with PyPy 3.2.5 (2.4.0). The offending code looks like: s = s.encode('utf-8') if '\x00' in s: # <- This line guaranteed to raise on Py3 rais