[Pyobjc-dev] Pycotine issues on pyobjc 0.9
Brought to you by:
ronaldoussoren
From: Dinu G. <gh...@da...> - 2003-05-14 07:20:47
|
Hi, after finding that the existing pyobjc testsuite could be slightly improved (by deleting code) I've run some tests with Pycotine, my Unittest-GUI which sort of worked as expected on pyobjc 0.8. Unfortunately, it does mysteriously crash on 0.9 after finishing the tests. I just reinstalled 0.8 and there it does work, again. On 0.9 I get this error "Pycotine has exited due to signal 11 (SIGSEGV)." All I had to change from 0.8 to 0.9 is to make use of PyObjCTools like this (before NibClassBuilder was in AppKit): from PyObjCTools.NibClassBuilder import AutoBaseClass from PyObjCTools import NibClassBuilder Any ideas? Thanks/regards, Dinu PS: You can find Pycotine here: http://python.net/~gherman/#Pycotine -- Dinu C. Gherman ...................................................................... "One of the common denominators I found is that expectations rise above that which is expected." (George W. Bush, 27 Sep. 2000) |