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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to