Re: [python-win32] PythonCOM Windows Firewall

2006-05-18 Thread Metz, Bobby W, WWCS
Roger, thanks for the code. I'll give it a try. Having read a bunch of the documentation though, I'm concerned it may not work as some of our users won't have admin rights. I was hoping this would provide them the Zone Alarm type prompt so that non-admin could approve the listening app upon

[python-win32] PythonWin hangs and pins CPU -and a Python Way question

2006-05-18 Thread Peter Fraser
I have a specific PythonWin IDE problem -and a very general, but possibly misguided question: 1. When I start PythonWin, I get no interactive shell and when I try to do anything -PythonWin seems to go into some kind of loop, and grinds my machine to a halt. I have sometimes seen references

Re: [python-win32] Control IE with COM: how to get at drop down menus?

2006-05-18 Thread Mark Mc Mahon
Hi Jamil, I have a couple of suggestions... You could look at my package pywinauto, but that is probably overkill for your problem - and it doesn't deal nicely with IE menu's (as they do not expose their text easily). I would suggest that you look at SendKeys (google for SendKeys/Python). That