cursor control

Chris Gonnerman chris.gonnerman at newcenturycomputers.net
Tue Feb 19 22:55:49 EST 2002


----- Original Message ----- 
From: "Charles W. Strickland" <cstrickland at surry.net>


> Is it possible to control cursor positioning in python without using
> TKinter?  I wanted to write a program that required it, but could not
> find anything anywhere to explain how to do it.  There were a couple
> references awhile back, but I never did see a definitive answer.  I
> finally wrote the program in C - what a mess!

What does "cursor control" mean in reference to Tkinter?  Sounds like
you are writing Win32 console programs... if you are, you need:

    http://newcenturycomputers.net/projects/wconio.html

my Windows Console I/O module (or you might visit http://effbot.org to
get /F's console module; I never had much luck with it though.)

If this is not what you are doing, please tell us in more detail; in
particular, what platform (Linux/Unix, Windows, Mac OS or OSX, etc.)
and what version of Python (1.5.2, 2.0, 2.1.x, 2.2, etc.)






More information about the Python-list mailing list