trying using Python to remotely control another Python App

Harry George hgg9140 at cola.ca.boeing.com
Mon Jun 25 14:39:19 EDT 2001


This probably isn't a pure python question.  If I understand
correctly, you need the app to be visible to (and controllable by)
both the user (at the remote machine) and the maintainer (at a central
site).  This can be done with VNC: 

  http://www.uk.research.att.com/vnc/


ed_tsang at yahoo.com writes:

> Hi, I am windering if anyone know or tried using Python to remotely 
> display and/or control another Python App?
> how to do that?
> 
> Current situation:
> 
> I am a Python App which has a GUI interface to user that displayand 
> allow user to control the next action to be performed. But whenever 
> this app need support, the supporting people need to go to the client 
> office and do it there? 
> 
> It will be nice if we can view what is displayed on the client screen 
> and control the app remotely. Do we need to add this funcitonality to 
> transmitt the state of the whole App?
> 
> The app is running on Sun solaris, and we do not have sys admin 
> control on their side.
> 
> Any ideas?
> 
> 
> 

-- 
Harry George                E-mail:  harry.g.george at boeing.com
The Boeing Company          Renton:  (425) 237-6915
P. O. Box 3707  02-CA       Everett: (425) 266-3868
Seattle, WA 98124-2207      Page:    (425) 631-8803  



More information about the Python-list mailing list