Re: Override on terminal

2006-04-17 Thread fivestars
ops..yes overwrite is what i would say!! thanks to all!! -- http://mail.python.org/mailman/listinfo/python-list

Re: Override on terminal

2006-04-11 Thread Grant Edwards
On 2006-04-11, fivestars <[EMAIL PROTECTED]> wrote: > Do you know how to write, from python code, on a unix(linux) > terminal on specified coordinates? Yes, I do. > And also: is it possible to override, from python code, > something on a unix(linux) terminal? What do you mean "override"? -- G

Re: Override on terminal

2006-04-11 Thread Thomas Bartkus
"fivestars" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi there. > > I'm computer science student at the end of my degree. I'm new about > python. > > I've a question for all of you. > > Do you know how to write, from python code, on a unix(linux) terminal > on specified coordina

Re: Override on terminal

2006-04-11 Thread Peter Hansen
fivestars wrote: > Do you know how to write, from python code, on a unix(linux) terminal > on specified coordinates? Search for the "curses" module. > And also: is it possible to override, from python code, something on a > unix(linux) terminal? The word "override" is ambiguous here (actually it

Override on terminal

2006-04-11 Thread fivestars
Hi there. I'm computer science student at the end of my degree. I'm new about python. I've a question for all of you. Do you know how to write, from python code, on a unix(linux) terminal on specified coordinates? And also: is it possible to override, from python code, something on a unix(linux)