STDWIN example

Josef Dalcolmo (josefd@albert.ssl.berkeley.edu)
14 Sep 1994 00:36:24 GMT

I'm new to Python and Stdwin. Just built both on a sun4 under sunOs 4.1
Tests work fine (miniedit and python interpreter, even readline is ok (I
applied the #define werase w_erase))

Then I tried the Stdwin example at page 90 in the Python Library Reference.

import stdwin
from stdwinevents import *

...

at the second line the program exits ``module stdwinevents not found''.

I didn't find it either.

Starthelp is definiteley appreciated.