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
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
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
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.
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
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
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
[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
= ' + 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
[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
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
11 matches
Mail list logo