[Tutor] Change mouse cursor position

Michael Langford mlangford.cs03 at gtalumni.org
Tue Feb 19 21:02:44 CET 2008


I do not know of a python library to do this.

Therefore, I'd use a popen call to
http://www.hoopajoo.net/projects/xautomation.html.

         --Michael

PS: If we you were on windows, I'd use  http://pywinauto.openqa.org/

On Feb 19, 2008 4:34 AM, Flaper87 <flaper87 at gmail.com> wrote:
> Hey Guys!!!
>
> is it possible to change the mouse position by passing it the coords?
>
> I'm developing an application that needs to be able to change the cursor's
> possition.
>
> O.S. Linux Debian Sid
>  Python: 2.4=<
>
> Thanks
>
> --
> Flavio Percoco Premoli, A.K.A. [Flaper87]
> http://www.flaper87.org
> Usuario Linux registrado #436538
> Geek by nature, Linux by choice, Debian of course.
>  Key Fingerprint: CFC0 C67D FF73 463B 7E55  CF43 25D1 E75B E2DB 15C7
> The Solution to everything:
> python -c "from struct import pack; print  pack('5b', (41*len('99')),
> pow(8,2)+20, 4900**0.5, range(78)[-1], 10)"
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> http://mail.python.org/mailman/listinfo/tutor
>
>



-- 
Michael Langford
Phone: 404-386-0495
Consulting: http://www.RowdyLabs.com


More information about the Tutor mailing list