From: Stephen N. <ste...@co...> - 2002-03-01 11:11:24
|
I'm not sure as to how to go about threading a jython program. I am trying to use from java.lang import Thread, extending the Thread class and overriding thr run method. However, when I do this in jython, I get an error telling me the __call__ attribute has not been set. If anyone can provide a small example of how to create a threaded app in jython I would be very grateful. Thanks Stephen |