RE: Python code

2009-09-08 Thread Chip Orange
-Original Message- From: Ron Parker [mailto:r...@gwmicro.com] Sent: Tuesday, September 08, 2009 1:55 PM To: gw-scripting@gwmicro.com Subject: Re: Python code Chip Orange wrote: > what I do know is that it has it's own interpreters for vb script and > jscript, and so tha

Re: Python code

2009-09-08 Thread Ron Parker
Chip Orange wrote: what I do know is that it has it's own interpreters for vb script and jscript, and so that's how the implied objects are made available to them. That's not actually entirely accurate. When you start a script, Window-Eyes checks the registry for that script's filetype, an

Re: Python code

2009-09-08 Thread Aaron Smith
On 9/8/2009 1:32 PM, Chip Orange wrote: I don't read python, and I'll take his word for it that implied objects are available; I'd like to know how that is possible. I think you've over thinking this. The objects are available to PythonScript just as VBScript and JScript, or any active script

Re: Python code

2009-09-08 Thread Aaron Smith
On 9/8/2009 1:20 PM, Chip Orange wrote: what I do know is that it has it's own interpreters for vb script and jscript, and so that's how the implied objects are made available to them. Window-Eyes doesn't have any interpreters. It uses what's available through the operating system. VBScript an

RE: Python code

2009-09-08 Thread Chip Orange
-Original Message- From: Jared Wright [mailto:wright.jar...@gmail.com] Sent: Tuesday, September 08, 2009 1:26 PM To: gw-scripting@gwmicro.com Subject: Re: Python code On 9/8/2009 1:20 PM, Chip Orange wrote: "are you saying the answers are all in the NewWe script, and I should dow

Re: Python code

2009-09-08 Thread Jared Wright
On 9/8/2009 1:20 PM, Chip Orange wrote: "are you saying the answers are all in the NewWe script, and I should download it?" Since he explicitly pointed you to it, I'd surmise it's a good place to start.

RE: Python code

2009-09-08 Thread Chip Orange
-Original Message- From: Stephen Clower [mailto:st...@steve-audio.net] Sent: Monday, September 07, 2009 9:03 PM To: gw-scripting@gwmicro.com Subject: Re: Python code On 9/7/2009 7:22 PM, Chip Orange wrote: > Hi Steve, > > thanks for the real info! > > do you have a

Re: Python code

2009-09-07 Thread Stephen Clower
On 9/7/2009 7:22 PM, Chip Orange wrote: Hi Steve, thanks for the real info! do you have any info how the trick is done which allows python to work with the implied window eyes objects? I mean, it's not being run under the window eyes environment hosting it, so how do those objects get into the

RE: Python code

2009-09-07 Thread Chip Orange
Chip -Original Message- From: Stephen Clower [mailto:st...@steve-audio.net] Sent: Monday, September 07, 2009 5:39 PM To: gw-info-gwmicro.com Subject: Re: Python code I feel it necessary to add that while python doesn't come as part of Windows, it's very easy to download and ins