Re: [Tutor] C# style multi-line textbox in Python

2007-06-02 Thread Alan Gauld
"Darren Williams" <[EMAIL PROTECTED]> wrote > I'm completely new when it comes to Python so forgive > me for asking a potentially very simple question. > Can C# style multi-line textboxes for user-input > be scripted in Python? Yes, but as part of a GUI. > Are there any other attributes that I c

[Tutor] C# style multi-line textbox in Python

2007-06-02 Thread Darren Williams
Hi all, I'm completely new when it comes to Python so forgive me for asking a potentially very simple question. Can C# style multi-line textboxes for user-input be scripted in Python? Are there any other attributes that I can add to either input() or raw_input()?__