Re: Using Python with COM to communicate with proprietary Windows software

2005-09-21 Thread Paul Casteels
int of view? Oh well, I will look at it some more tomorrow and > hopefully come up with a solution... > Hi Joakim, This server I wrote for the Palm Desktop with win32com, it creates a none IDispatch COMserver. Maybe it can be of help. I am interested in what you find out on this. Re

Re: logging as root using python script

2005-04-08 Thread Paul Casteels
Raghul wrote: Hi Is it possible to login as a root in linux using python script? What I need is when I execute a script it should login as root and execute my command and logout from root to my existing account. IS is possible? Thanx in advance. Hi, You can compile the small .c program and setu