You should have a look at the curses module, basically gotoxy is a borland think, in linux and other unix systems there is the curses library for working with text screens.
Module documentation: http://docs.python.org/lib/module-curses.html Some tutorials: http://www.amk.ca/python/howto/curses/ http://www.ibm.com/developerworks/linux/library/l-python6.html Checkout window objects, there is functions for all that you want to do (move cursor, print, read, etc). Good Luck! Carlos Ruvalcaba Valenzuela On 8/1/07, Robert William Hanks <[EMAIL PROTECTED]> wrote: > > hi folks, is there in python a gotoxy like in pascal so i can print stuff > in other parts of the screen? > what about some thing like it for the gui in windows? > > _______________________________________________ > Tutor maillist - Tutor@python.org > http://mail.python.org/mailman/listinfo/tutor > > _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor