On Sun, Apr 10, 2011 at 4:34 AM, Andreas Stührk <[email protected]> wrote: > > I really recommend looking at urwid and gtk instead of curses, it's a > bit less low-level. The usual assumption that worked well so far is > that you know how handling input and outputting stuff works in the UI > toolkit of your choice works and then you try to teach bpython about > it. Also, virtual machines are easy to set up nowadays.
Thanks. This will save me some time, but I am unlikely to mess with VMs. Mostly because PXE server in Python is still in on TODO list, and doing it any other way is not pythonic and will make this TODO less important. =) http://code.google.com/p/rainforce/issues/detail?id=11 > I don't see the advantages of that approach. I neither expect that > bpython has a billion different frontends somewhere near in the future Billion is not real, indeed, but a dozen.. I'll start with some clean up refactorings if you don't mind. https://bitbucket.org/techtonik/bpython-cleanup/overview -- anatoly t. -- You received this message because you are subscribed to the Google Groups "bpython" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/bpython?hl=en.
