how to control the mouse pointer with python?

2005-01-13 Thread oglycans
Hi. Anybody know a way to control the mouse pointer (move it around and click on things) using python? Thanks. -- http://mail.python.org/mailman/listinfo/python-list

Re: how to control the mouse pointer with python?

2005-01-13 Thread Leif K-Brooks
[EMAIL PROTECTED] wrote: Anybody know a way to control the mouse pointer (move it around and click on things) using python? 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

Re: how to control the mouse pointer with python?

2005-01-13 Thread oglycans
Sorry, I should have mentioned it's linux (debian). Thanks. It depends on your operating system. -- http://mail.python.org/mailman/listinfo/python-list

Re: how to control the mouse pointer with python?

2005-01-13 Thread Grant Edwards
On 2005-01-13, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Sorry, I should have mentioned it's linux (debian). Thanks. What environment? Console? X11? MGR? ??? -- Grant Edwards grante Yow! My ELBOW is a remote at

Re: how to control the mouse pointer with python?

2005-01-13 Thread oglycans
What environment? It's X. -- http://mail.python.org/mailman/listinfo/python-list

Re: how to control the mouse pointer with python?

2005-01-13 Thread Tomasz Rola
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 13 Jan 2005 [EMAIL PROTECTED] wrote: What environment? It's X. So, for X under Debian, try: apt-get install xwit man xwit It's not python, but you can either use xwit command or read the source code and get knowlegde from it. (hint: -warp,