miniedit.py

Jon Vander Hill (jcv26@cas.org)
Fri, 28 Aug 92 15:37:32 EDT

I'm trying to get miniedit.py to run.
My system particulars are as follows:

SunOS 4.1.2
OpenWindows 3.0
Python 0.9.7beta
Stdwin 0.9.7 (X11 port)

I'm trying to run the application directly from a shell (via the #!
mechanism). The application puts up its window, but doesn't load the
file given on the command line and does not seem to respond to input
events. I'm able to kill it by generating a SIGINT in the shell I
start it from and move the mouse cursor into the application window.

If it helps, the microedit.py application comes up, loads the file,
and responds to input events, so I'm thinking the problem
is in the miniedit application itself or possibly the python stdwin library.

I'm pretty new to python, so keep any advice in the simplest terms.

Jon Vander Hill
jon@cas.org