On Jan 11, 1:50 pm, [EMAIL PROTECTED] wrote:
> I'm ready to start coding the parser for my Decaf (beginners)
> language. I think that a "visual" parser (one that shows what it's
> doing as it does it) would be nice. (And I think that it would help
> the parser author by saving the requirement for a bazillion print
> statements while debugging the tool.)
>
> Can someone point me toward the easiest possible way to get GUI? I've
> got the Rappin/Dunn book re wxPython, but suspect that this may be
> overkill for what I want. If I could do something that would work in a
> browser window, that would be wonderful.

wxPython can most likely do what you like and they have a very helpful
user's group. But if you're leaning more towards using Python on the
web, you'll probably want to take a look at the usual suspects:
Django, Turbogears, Pylons or Plone/Zope.

Mike
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to