PAGE is a tool which helps to create GUI interfaces for use with
Python programs.  It uses Tk and Tix widgets.  PAGE is not an end-all,
be-all tool, but rather one that attempts to ease the burden on the
Python programmer. It is aimed at the user who will put up with a
less-than-general GUI capability in order to get an easily generated
GUI. It does not build an entire application but rather is aimed at
building a single GUI window.  PAGE is based on Stewart Allen's Visual
Tcl program. In fact, it is vTcl, with an additional module that
generates Python code and some bug fixes.  PAGE is built on version
1.2.2 of Visual Tcl, version 8.1.1 of Tix, and Tcl/Tk version
8.3.2. It works with Python 1.5.2 and Python 2.  This is an early
version which runs on Linux. It supports most Tk widgets and a subset
of the Tix widget set.
