[Python.NET] RANGE object access from Python

2020-12-02 Thread AlexM
Hello, guys, I have a C# object, I need access to it's properties in Python 2.7. I got this type returned from a C# dll: This should be a "Range" data type in C#. Thanks a lot for any suggestion! Alex. ___ PythonNet mailing list -- pythonnet@python.org

[Python.NET] Re: RANGE object access from Python

2020-12-02 Thread AlexM
Instance); > > } > > } > > In Python, just call Register() before getting object. > > I hope it helps! > > Regards, > *Emmanuel Rutovic* > Founder, AESIM.tech > m...@simba.io > +1 (438) 926-6458 > > > On Dec 2, 2020 at 2:37:39 PM, Alex

[Python.NET] Re: Binary file passed to .Net object

2021-01-27 Thread AlexM
Manu, thank you very much for your suggestions... So, far I have .dll and these are not the solutions. Also, the exact same code works in IronPython, b.t.w. Well, the error does come from the "ExamRecordLoader", here is the output: c:\Test_MW\Tools\GuiTest>python getExamRecord.py Load Exam Re

[Python.NET] Re: Binary file passed to .Net object

2021-01-28 Thread AlexM
> Without having ExamRecordHelper.dll, it is hard to guess otherwise, but I > agree with Manu, this looks like a mistake in the code (different files > and/or different versions of the DLL being loaded). > > > > Regards, > > Victor > > > > *From: *AlexM > *Sent

[Python.NET] Re: Binary file passed to .Net object

2021-01-28 Thread AlexM
ee with Manu, this looks like a mistake in the code (different files > and/or different versions of the DLL being loaded). > > > > Regards, > > Victor > > > > *From: *AlexM > *Sent: *Wednesday, January 27, 2021 5:16 PM > *To: *A list for users and developers of Py