On 3/11/11, Yvan Volochine <[email protected]> wrote: > hi > just wondering how I could send a bang to an object with [pyext] ? > I tryed: > self._send(rcvname, "bang") > but of course I get the error 'No method for symbol' because my object > receives the *string* "bang" > is there any workaround for this ?
Thomas kindly stated that the trick is to call the method without further arguments: self._send(rcvname) detailed story: http://grrrr.org/pipermail/ext/2011-March/000037.html cheers, _y _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
