Re: [Pyobjc-dev] Problems documenting API using code introspection tools
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2003-07-29 19:43:19
|
On Tuesday, 29 July, 2003, at 20:43, Bob Ippolito wrote: > On Tuesday, Jul 29, 2003, at 14:09 America/New_York, Dinu Gherman > wrote: > > I dunno about you, but I get bus errors from pydoc on ObjC! > > [crack:~] bob% pydoc Foundation > Bus error > > This is python 2.3rc2 and a CVS of ObjC from this week. I believe I > may have filed a bug about this in sf.net already? You did, and I still haven't found the problem ;-( 'pydoc AppKit' works better using a current CVS (a very current CVS, the relevant fix was checked in this weekend and there is a lag between checkins and the availability of those changes on the anonymous CVS servers). Ronald |