Re: [IronPython] Fwd: Ironpython delegates...

2009-02-27 Thread Dino Viehland
ironpython.com<mailto:users-boun...@lists.ironpython.com>] On Behalf Of Antonio Piteira Sent: Sunday, February 22, 2009 10:26 AM To: users@lists.ironpython.com<mailto:users@lists.ironpython.com> Subject: [IronPython] Fwd: Ironpython delegates... Found the solution... clr.AddReference(&q

Re: [IronPython] Fwd: Ironpython delegates...

2009-02-26 Thread Antonio Piteira
, February 22, 2009 10:26 AM > *To:* users@lists.ironpython.com > *Subject:* [IronPython] Fwd: Ironpython delegates... > > > > Found the solution... > > > > clr.AddReference("Ironpython") > &

Re: [IronPython] Fwd: Ironpython delegates...

2009-02-22 Thread Dino Viehland
.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Antonio Piteira Sent: Sunday, February 22, 2009 10:26 AM To: users@lists.ironpython.com Subject: [IronPython] Fwd: Ironpython delegates... Found the solution... clr.AddReference("Ironpython") from IronPython.Compiler import Call

[IronPython] Fwd: Ironpython delegates...

2009-02-22 Thread Antonio Piteira
Found the solution... clr.AddReference("Ironpython") from IronPython.Compiler import CallTarget0 I was looking in the wrong place. -- I've been searching for CallTarget0 and