Did you try an empty string for the selector?
This is a bug, in any case. None for a selector should pass NULL to
the underlying method.
We are now using the pyobjc.sf.net bug tracker, btw... and it *should*
be sending bug reports to this list or pyobjc-checkins [can't remember
which it was set up for].
b.bum
On Thursday, Jan 30, 2003, at 19:05 US/Eastern, David Eppstein wrote:
> NSApplication.sharedApplication().beginSheet_modalForWindow_modalDelega
> te_d
> idEndSelector_contextInfo_(self.sheet,self.window,None,None,None)
> TypeError: expected a ObjC method or a string for argument 4: its
> typespec is ':'
|