moving mouse?

Daniel Schüle uval at rz.uni-karlsruhe.de
Wed Nov 23 11:23:44 EST 2005


dado wrote:
> I'm implementing a "self-tutorial" into my app,
> and wondering if there's a way of moving a mouse
> cursor on command? probably using sys,os modules?

sys doesn't mean [operating] system
it's completely Python related,
the intepreter itself
you can use it to see how many referenced does a object
like 1 have .. or check the current recusrion depth .. or
see the encoding of stdin, stdout
only such things

os module is operating system related
it provides many lowlevel functions .. os.open etc

I dont know of a module which provides things you are looking for

Regards, Daniel




More information about the Python-list mailing list