[Pyobjc-dev] Seeing a traceback
Brought to you by:
ronaldoussoren
From: Saptarshi G. <sap...@gm...> - 2009-12-04 23:37:34
|
Hello, When running my PyObjc app, I get some errors, but no traceback e.g in the console (XCode's) 2009-12-04 18:32:31.643 Awake[5689:10b] Awake did finish launching. 2009-12-04 18:32:31.644 Awake[5689:10b] Using the following wakeupfile:/Users/yanger/.wakeuprc 2009-12-04 18:32:31.653 Awake[5689:10b] <type 'exceptions.TypeError'>: 'NoneType' object is not iterable But I'd like to see the traceback for the last line. Is there a way for me to view it? Regards Saptarshi PYObjc on leopard 10.5.8 (Macbook) |