Re: [Python.NET] Error in calling Python class method from C#

2018-04-26 Thread techi eth
Yes,It will work with this way but i need to create multiple instance of same class.If you see other function (@Execute() ) with static was working. Please give me hint of doing without static. Thanks On Thu, Apr 26, 2018 at 4:54 PM, Stefan Schukat wrote: > Hello, > > > > you missed either @sta

Re: [Python.NET] Error in calling Python class method from C#

2018-04-26 Thread Stefan Schukat
Hello, you missed either @staticmethod decorator or the self argument for the Initialize method. Stefan From: PythonDotNet [mailto:[email protected]] On Behalf Of techi eth Sent: Wednesday, April 25, 2018 2:38 PM To: A list for users and developers of Pytho