Re: Syntax coloring in Python interpreter

2007-11-02 Thread kyosohma
On Nov 1, 12:45 pm, braver <[EMAIL PROTECTED]> wrote: > Greetings -- as a long time user of both Python and Ruby interpreters, > I got used to the latter's syntax-coloring gem, wirble, which > colorizes Ruby syntax on the fly. Is there anything similar for > Python? What's wrong with IDLE? There'

Re: Syntax coloring in Python interpreter

2007-11-02 Thread Neil Cerutti
On 2007-11-02, Tim Golden <[EMAIL PROTECTED]> wrote: > Neil Cerutti wrote: >> On 2007-11-01, Chris Mellon <[EMAIL PROTECTED]> wrote: >>> On Nov 1, 2007 3:01 PM, Neil Cerutti <[EMAIL PROTECTED]> wrote: On 2007-11-01, Lee Capps <[EMAIL PROTECTED]> wrote: > On Nov 1, 2007, at 1:45 PM, braver

Re: Syntax coloring in Python interpreter

2007-11-02 Thread Tim Golden
Neil Cerutti wrote: > On 2007-11-01, Chris Mellon <[EMAIL PROTECTED]> wrote: >> On Nov 1, 2007 3:01 PM, Neil Cerutti <[EMAIL PROTECTED]> wrote: >>> On 2007-11-01, Lee Capps <[EMAIL PROTECTED]> wrote: On Nov 1, 2007, at 1:45 PM, braver wrote: > Greetings -- as a long time user of both Pytho

Re: Syntax coloring in Python interpreter

2007-11-01 Thread Neil Cerutti
On 2007-11-01, Chris Mellon <[EMAIL PROTECTED]> wrote: > On Nov 1, 2007 3:01 PM, Neil Cerutti <[EMAIL PROTECTED]> wrote: >> On 2007-11-01, Lee Capps <[EMAIL PROTECTED]> wrote: >> > >> > On Nov 1, 2007, at 1:45 PM, braver wrote: >> >> Greetings -- as a long time user of both Python and Ruby >> >> in

Re: Syntax coloring in Python interpreter

2007-11-01 Thread Chris Mellon
On Nov 1, 2007 3:01 PM, Neil Cerutti <[EMAIL PROTECTED]> wrote: > On 2007-11-01, Lee Capps <[EMAIL PROTECTED]> wrote: > > > > On Nov 1, 2007, at 1:45 PM, braver wrote: > >> Greetings -- as a long time user of both Python and Ruby > >> interpreters, I got used to the latter's syntax-coloring gem, >

Re: Syntax coloring in Python interpreter

2007-11-01 Thread Neil Cerutti
On 2007-11-01, Lee Capps <[EMAIL PROTECTED]> wrote: > > On Nov 1, 2007, at 1:45 PM, braver wrote: >> Greetings -- as a long time user of both Python and Ruby >> interpreters, I got used to the latter's syntax-coloring gem, >> wirble, which colorizes Ruby syntax on the fly. Is there >> anything sim

Re: Syntax coloring in Python interpreter

2007-11-01 Thread Lee Capps
On Nov 1, 2007, at 1:45 PM, braver wrote: > Greetings -- as a long time user of both Python and Ruby interpreters, > I got used to the latter's syntax-coloring gem, wirble, which > colorizes Ruby syntax on the fly. Is there anything similar for > Python? > I believe IPython can do this: http:/

Syntax coloring in Python interpreter

2007-11-01 Thread braver
Greetings -- as a long time user of both Python and Ruby interpreters, I got used to the latter's syntax-coloring gem, wirble, which colorizes Ruby syntax on the fly. Is there anything similar for Python? -- http://mail.python.org/mailman/listinfo/python-list