> some windowing (would an
> example using Motif be a better choice than one for STDWIN?).
Of course you need the shortest possible hello, world; something like:
#! /usr/local/bin/python
import stdwin
stdwin.message('Hello, World!')
Bill