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
python environment?

thanks.

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 install. Once done, any script with
a .PYS extension can be natively loaded and executed exactly as a VB or JS
script. Additionally, python works beautifully with the implied Window-Eyes
objects like Application, Speech, etc; there is no need to write any COM
code whatsoever.

Regards,
Steve


On 9/7/2009 4:15 PM, Chip Orange wrote:
> Hi Edward,
>
> I don't know if this will help you get a better understanding of WE 
> scripting or not, but I'll try:  the only languages that work "well" 
> are vb script and jscript.
>
> everything else has to take care of itself, better be able to run 
> itself, and better be able to make use of COM if it wants to make use 
> of the window eyes features which are available to it.
>
> window eyes will only run and directly support vb script and jscript.
>
> anything else, well, window eyes will run it at the proper time (by 
> that I mean execute the command to start it, when outlook starts up 
> say, if you've written an outlook script), but from then on your 
> program or script needs to support itself.
>
> it uses com to talk to window eyes and to tell it what to do, and to 
> get information back from window eyes as to what's going on, but 
> window eyes itself doesn't have a python interpreter, so your script 
> had better install one in some way, or had better be compiled together
with a run-time.
>
> yes, it gets a little tougher for the developer once you leave the vb 
> script or the jscript worlds.
>
> hth,
>
> Chip
>
>
> -----Original Message-----
> From: Edward [mailto:personal.edw...@gmail.com]
> Sent: Monday, September 07, 2009 1:09 PM
> To: gw-i...@gwmicro.com
> Subject: Python code
>
> Hello all,
>
> 1. anything out there work well with windoweyes for writing python code?
>
> 2. how do you reassign a window classs?  I cannot find it in the docks.
> Edward
>
> If you reply to this message it will be delivered to the original 
> sender only.  If your reply would benefit others on the list and your 
> message is related to GW Micro, then please consider sending your 
> message to gw-i...@gwmicro.com so the entire list will receive it.
>
> All GW-Info messages are archived at http://www.gwmicro.com/gwinfo, 
> and can be searched through and sorted using the search form at the 
> bottom of the page.
>
> If you wish to unsubscribe from this list, send a message to 
> lists...@gwmicro.com and include leave gw-info in the body of the message.
>
> If you reply to this message it will be delivered to the original 
> sender only.  If your reply would benefit others on the list and your 
> message is related to GW Micro, then please consider sending your 
> message to gw-i...@gwmicro.com so the entire list will receive it.
>
> All GW-Info messages are archived at http://www.gwmicro.com/gwinfo, 
> and can be searched through and sorted using the search form at the bottom
of the page.
>
> If you wish to unsubscribe from this list, send a message to 
> lists...@gwmicro.com and include leave gw-info in the body of the 
> message.
>    

If you reply to this message it will be delivered to the original sender
only.  If your reply would benefit others on the list and your message is
related to GW Micro, then please consider sending your message to
gw-i...@gwmicro.com so the entire list will receive it.

All GW-Info messages are archived at http://www.gwmicro.com/gwinfo, and can
be searched through and sorted using the search form at the bottom of the
page. 

If you wish to unsubscribe from this list, send a message to
lists...@gwmicro.com and include leave gw-info in the body of the message.

Reply via email to