Re: [pypy-dev] State of GUI toolkits with PyPy?

2015-09-20 Thread Bengt Richter
On 09/20/2015 09:27 AM Armin Rigo wrote: Hi Eric, Thanks for this list that summarizes the situation! It's information that we should put or link to from somewhere (the FAQ?). Maybe it should be put in the compatibility wiki, but that wiki looks really, really outdated now, to the point that f

Re: [pypy-dev] State of GUI toolkits with PyPy?

2015-09-20 Thread Laura Creighton
In a message of Sun, 20 Sep 2015 18:37:05 +0200, Armin Rigo writes: >Hi Maciej, > >On Sun, Sep 20, 2015 at 6:08 PM, Maciej Fijalkowski wrote: >> I don't think this is true Laura, it shows up a lot in google searches > >I don't think you can argue against Laura's "most people I meet simply >don't k

Re: [pypy-dev] State of GUI toolkits with PyPy?

2015-09-20 Thread Carl Friedrich Bolz
There's a simple solution anyway, which is to link from the FAQ to the wiki. Carl Friedrich On September 20, 2015 6:37:05 PM GMT+02:00, Armin Rigo wrote: >Hi Maciej, > >On Sun, Sep 20, 2015 at 6:08 PM, Maciej Fijalkowski >wrote: >> I don't think this is true Laura, it shows up a lot in google

Re: [pypy-dev] State of GUI toolkits with PyPy?

2015-09-20 Thread Armin Rigo
Hi Maciej, On Sun, Sep 20, 2015 at 6:08 PM, Maciej Fijalkowski wrote: > I don't think this is true Laura, it shows up a lot in google searches I don't think you can argue against Laura's "most people I meet simply don't know that it is there", which is in all likelihood a truth about the people

Re: [pypy-dev] State of GUI toolkits with PyPy?

2015-09-20 Thread Maciej Fijalkowski
I don't think this is true Laura, it shows up a lot in google searches On Sun, Sep 20, 2015 at 3:11 PM, Laura Creighton wrote: > In a message of Sun, 20 Sep 2015 09:27:03 +0200, Armin Rigo writes: >>Nowadays you can, more and more often, go to the other project's >>website or PyPI page and see a

Re: [pypy-dev] State of GUI toolkits with PyPy?

2015-09-20 Thread Laura Creighton
In a message of Sun, 20 Sep 2015 09:27:03 +0200, Armin Rigo writes: >Nowadays you can, more and more often, go to the other project's >website or PyPI page and see a mention about the PyPy compatibility >status there. But it doesn't help much when gathering a list of all >GUI toolkits available (s

Re: [pypy-dev] State of GUI toolkits with PyPy?

2015-09-20 Thread Eric Driggers
For the compatibility wiki, if nothing major changes this week I feel fine doing a large pass through it to try and update it. So long as you don't mind me in the meanwhile on IRC asking silly questions about some of them. I long ago found it to be a useful resource, and it still places high on sea

Re: [pypy-dev] State of GUI toolkits with PyPy?

2015-09-20 Thread Armin Rigo
Hi Eric, Thanks for this list that summarizes the situation! It's information that we should put or link to from somewhere (the FAQ?). Maybe it should be put in the compatibility wiki, but that wiki looks really, really outdated now, to the point that fijal suggested that we might as well close

Re: [pypy-dev] State of GUI toolkits with PyPy?

2015-09-19 Thread Maciej Fijalkowski
There is also pygame-cffi, which is I guess slightly higher up than sdl (but not something *I* would personally use for a UI either) - https://github.com/CTPUG/pygame_cffi On Sat, Sep 19, 2015 at 7:32 PM, Eric Driggers wrote: > I have a preference against web-based UIs for things that are meant

Re: [pypy-dev] State of GUI toolkits with PyPy?

2015-09-19 Thread Eric Driggers
I have a preference against web-based UIs for things that are meant to exist/run just on my one machine. Especially since some of these are shorter-lived but "heavy" scripts (working with them for only a few minutes). So the short update that I can see is: * There is/was work with WxPython as a G

Re: [pypy-dev] State of GUI toolkits with PyPy?

2015-09-19 Thread Phyo Arkar
With this stack , It works on every platform that pypy works. Also possible for mobile UI On Fri, Sep 18, 2015 at 5:40 PM, Phyo Arkar wrote: > Use Electron + RapydScript on client side , along with bootstrap or > Material Design Light . https://github.com/atsepkov/RapydScript > > And use PyPy on

Re: [pypy-dev] State of GUI toolkits with PyPy?

2015-09-18 Thread Ryan Gonzalez
I'd advise you to try PGI (https://github.com/lazka/pgi). It's a set of PyPy-compatible Gtk+ 3 bindings that's mostly compatible with PyGObject. They're not complete, but I've used them before, and they work quite well. On September 18, 2015 12:53:18 AM CDT, Eric Driggers wrote: >Looking at re

Re: [pypy-dev] State of GUI toolkits with PyPy?

2015-09-18 Thread Phyo Arkar
Use Electron + RapydScript on client side , along with bootstrap or Material Design Light . https://github.com/atsepkov/RapydScript And use PyPy on backend. you got everything done in python. On Fri, Sep 18, 2015 at 12:57 PM, Maciej Fijalkowski wrote: > Hi Eric > > There has been some success w

Re: [pypy-dev] State of GUI toolkits with PyPy?

2015-09-17 Thread Maciej Fijalkowski
Hi Eric There has been some success with WxPython, but I don't think anyone got pyqt running on PyPy. Cffi is one option with pymetabiosis being the other one worth considering. Also I have a bit no clue how much CPython C extensions your bindings/qt uses, but we have an emulation layer for those