On 02/02/2005, at 3:10 PM, Richard Jones wrote: > Fatal Python error: PyThreadState_Get: no current thread > Abort trap Changing:: import objc to:: import objc objc.enableThreading() didn't help. Richard