Re: Some python comments/questions (correction)

Bill Janssen (janssen@parc.xerox.com)
Wed, 13 Oct 1993 13:52:57 PDT

Excerpts from mail: 13-Oct-93 Re: Some python comments/qu..
Guido.van.Rossum@cwi.nl (1438)

> 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