Robert William Hanks wrote:
> 
>  hi folks, is there in python a gotoxy like in pascal so i can print 
> stuff in other parts of the screen?

curses for the systems that support it
http://effbot.org/zone/console-handbook.htm for Windows

>  what about some thing like it for the gui in windows?

Which GUI are you talking about? If you want to write GUI programs to 
run under windows, look at Tkinter or wxPython or you can use pywin32 to 
code to the native Windows GUI.

Kent


_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to