arkestra a écrit : > I am writing a script that interacts with the computer screen. > > Is there a module (either built in or add on) that would allow the > script to manipulate the mouse pointer ? -- eg right click, move two > pixels to the right, left click etc?
Under Windows, see the SendInput Win32 function (use win32all). Under Linux, you can write a C binding for the XTest extension. -- http://mail.python.org/mailman/listinfo/python-list