Re: [python-win32] Query related to Python

2012-01-27 Thread Tim Roberts
Amy John wrote: > >> I am using python interpreter. >> I guess i will have to ellaborate more to you about my question. >> >> I need my python interpreter tool to save the updations in an excel >> performed by me in it as soon as I click on "Save" button. >> >> In short I want to do some coding to

Re: [python-win32] Query related to Python

2012-01-27 Thread Jacob Kruger
it...' - Original Message - From: "amy john" To: "Jacob Kruger" Sent: Friday, January 27, 2012 9:56 AM Subject: Re: [python-win32] Query related to Python Hi Jacob, Thanks for your reply. I am using python interpreter. I guess i will have to ellaborate more to yo

Re: [python-win32] Query related to Python

2012-01-26 Thread Jacob Kruger
al Message - From: "amy john" To: Sent: Friday, January 27, 2012 8:25 AM Subject: [python-win32] Query related to Python Hi, My name is Nupur Jha. I have one query related to Python. [1] I would like to know if we update any python file then while saving it can we extract the up

[python-win32] Query related to Python

2012-01-26 Thread amy john
Hi, My name is Nupur Jha. I have one query related to Python. [1] I would like to know if we update any python file then while saving it can we extract the updated line and paste in excel. [2] If so what all we are suppose to do. I will be thankful if I will get a positive reply from your side.

Re: [python-win32] Query on - win32 impersonate user

2009-06-08 Thread Tim Golden
Vikas NV wrote: Hi, I have been trying to use the Impersonate user code that you have in the PyWin32.chm document. [... snip ...] obj = Impersonate('another_user', '01928348') obj.logon() print win32api.GetUserName() os.system('bash sleep.sh') obj.logoff() Unfortunately

[python-win32] Query on - win32 impersonate user

2009-06-08 Thread Vikas NV
Hi, I have been trying to use the Impersonate user code that you have in the PyWin32.chm document. The code that I am trying is : import win32security import win32con import win32api class Impersonate: def __init__(self,login,password): self.domain='BLAHBLAH' self.login=login

[python-win32] Query

2006-03-06 Thread Rob Lane
Hey,I am currently working on a final year project in college building a 3-D virtual model of a building in a python based program called Vizard. I have prepared a set of tutorials on powerpoint which i would like to access by clicking on various objects in the building. e.g. Click on a Window/Air

Re: [python-win32] Query and remove all IEBrowsers

2006-01-06 Thread Tim Golden
[George Flaherty] | | Is it possible with python/win32 to "query and remove" all | running internet explorers (ie browsers)? | | I have an automation package that requires no existing | internet explorers to be running. So I would like to call a | python/win32 script to close out any ie browse

Re: [python-win32] Query and remove all IEBrowsers

2006-01-05 Thread George Flaherty
= ' + win32gui.GetWindowText(i) win32gui.SendMessage(i,win32con.WM_CLOSE,0,0) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of George Flaherty Sent: Thursday, January 05, 2006 4:15 PM Cc: [email protected] Subject: Re: [python-win

Re: [python-win32] Query and remove all IEBrowsers

2006-01-05 Thread George Flaherty
[email protected] Subject: Re: [python-win32] Query and remove all IEBrowsers George Flaherty wrote: > Is it possible with python/win32 to "query and remove" all running internet > explorers (ie browsers)? > > I have an automation package that requires no existing internet

[python-win32] Query and remove all IEBrowsers

2006-01-05 Thread George Flaherty
Is it possible with python/win32 to "query and remove" all running internet explorers (ie browsers)? I have an automation package that requires no existing internet explorers to be running. So I would like to call a python/win32 script to close out any ie browser windows, then run the automatio