The GW-Scripting list is a discussion list for information regarding the development and use of Window-Eyes scripts. Any subscriber of the GW-Scripting list has the ability to post on-topic messages.

From:

 Jamal Mazrui

Subject:

 Developing web client utilities

Date:

 Wed, Feb 3, 2010 12:20:40 pm
I have now separately released the custom Python interpreter, InPy, at

http://EmpowermentZone.com/InPy.zip

It is also contained in the Homer Shared Object package, but this download
may be of interest to anyone considering development of additional web
client utilities, since it comes with more documentation about InPy. I
suggest unarchiving into a directory such as

C:InPy

Note that if Homer Shared Object 7.2 is installed, a WE script writer can
use InPy.exe to run any Python script, not just web client related ones.
Only scripts with file names like WebClient_*.py, however, will appear in
the listbox of the Web Client dialog, invoked by default with
Control+Windows+W. Thus, it should be possible to create a WE script
package
that adds such a Python script to the WE script folder, thereby increasing
what web client utilities are available to a WE user without additional
intervention by me as the author of the Web Client package.

Jamal