Re: [Python.NET] Using a List with Pythonnet

2017-05-20 Thread Denis Akhiyarov
It looks like you figured out the issue based on update in stackoverflow. On Sat, May 20, 2017, 11:30 AM Matt Slezak via PythonDotNet < [email protected]> wrote: > I have not been able to figure out this issue - I have a C# DLL that > requires a List to be populated but it appears Pythonnet

[Python.NET] Fw: Using a List with Pythonnet

2017-05-20 Thread Matt Slezak via PythonDotNet
I have not been able to figure out this issue - I have a C# DLL that requires a List to be populated but it appears Pythonnet returns the integer value of the Enum which does not agree with the List datatype.  My question is posted here: PythonNET - how to put an Enum into a List? C# NET Python 

[Python.NET] Using a List with Pythonnet

2017-05-20 Thread Matt Slezak via PythonDotNet
I have not been able to figure out this issue - I have a C# DLL that requires a List to be populated but it appears Pythonnet returns the integer value of the Enum which does not agree with the List datatype.  My question is posted here: PythonNET - how to put an Enum into a List? C# NET Python