Re: [Tutor] Change mouse cursor position

2008-02-19 Thread Michael Langford
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 <[EMAIL PROTECTED]> wrote: > Hey Guys!!!

Re: [Tutor] Change mouse cursor position

2008-02-19 Thread bob gailer
Flaper87 wrote: > it is not a GUI application, i need to be able to change the cursor > position if an event happens. Sorry but that does not help at all. I guess you want a character-based console window and ability to respond to user keystrokes. If that is the case use the curses module. If n

Re: [Tutor] Change mouse cursor position

2008-02-19 Thread Flaper87
it is not a GUI application, i need to be able to change the cursor position if an event happens. 2008/2/19, bob gailer <[EMAIL PROTECTED]>: > > Flaper87 wrote: > > Hey Guys!!! > > > > is it possible to change the mouse position by passing it the coords? > > > > I'm developing an application that

Re: [Tutor] Change mouse cursor position

2008-02-19 Thread bob gailer
Flaper87 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. We need more information. Is this a GUI application? If so which GUI software? Or are you trying to c

[Tutor] Change mouse cursor position

2008-02-19 Thread Flaper87
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