Re: [IronPython] Getting an error while Passing Dictionary to a function

2010-10-17 Thread saurabh rawat
that place)..anyways thanks for the conversation Jeff, I will get back to you with full details when i encounter it again.. Rgds, Saurabh --- On Fri, 15/10/10, Jeff Hardy wrote: From: Jeff Hardy Subject: Re: [IronPython] Getting an error while Passing Dictionary to a function To: "Discu

Re: [IronPython] Getting an error while Passing Dictionary to a function

2010-10-15 Thread Jeff Hardy
t think/Even tried passing self to it > .Still R&D ing on it..!! > Saurabh > > >    " The ultimate test of a relationship is to disagree but to > hold hands..." > > > > --- On Thu, 14/10/10, Jeff Hardy wrote: > > From:

Re: [IronPython] Getting an error while Passing Dictionary to a function

2010-10-14 Thread saurabh rawat
--- On Thu, 14/10/10, Jeff Hardy wrote: From: Jeff Hardy Subject: Re: [IronPython] Getting an error while Passing Dictionary to a function To: "Discussion of IronPython" Date: Thursday, 14 October, 2010, 8:19 PM Hi Saurabh, Is Func() an instance method of a class, or is it a static

Re: [IronPython] Getting an error while Passing Dictionary to a function

2010-10-14 Thread Jeff Hardy
Hi Saurabh, Is Func() an instance method of a class, or is it a static function? - Jeff On Thu, Oct 14, 2010 at 7:48 AM, saurabh rawat wrote: > > I Am trying to pass a dictionary element to a function but even though the > function takes 3 arguments , it is showing error as ERROR: Func() takes

[IronPython] Getting an error while Passing Dictionary to a function

2010-10-14 Thread saurabh rawat
I Am trying to pass a dictionary element to a function but even though the function takes 3 arguments , it is showing error as ERROR: Func() takes exactly 4 arguments (3 given). Why is it happening.is there a problem in Dictionary Porting from .NET. to IronPython  public struct callCounters