oglycans@yahoo. com wrote:[color=blue]
> Anybody know a way to control the mouse pointer
> (move it around and click on things) using python?[/color]
It depends on your operating system. For Windows, you'll want to use a
Python module to access the Win32 API. The relevant API function is
documented at <URL:http://tinyurl.com/jrxm>.
On Thu, Jan 13, 2005 at 01:07:18PM -0800, oglycans@yahoo. com wrote:[color=blue]
> Hi.
> Anybody know a way to control the mouse pointer
> (move it around and click on things) using python?[/color]
in X11, you could use Xlib to do so. In debian unstable, that's
"apt-get install python-xlib{,-doc}", and start reading.
--
John Lenton (john@grulic.or g.ar) -- Random fortune:
Obviously I was either onto something, or on something.
-- Larry Wall on the creation of Perl
Comment