Re: [Python.NET] mono_os_mutex_destroy issue with Python.NET

2018-05-07 Thread Denis Akhiyarov
By ARM target you mean RASPBERRY PI? Search issue tracker for pythonnet on GitHub for this. But this is definitely out of scope of pythonnet, unless someone steps up to add CI testing for this target. On Sun, May 6, 2018, 11:14 PM techi eth wrote: > I have tried console progmramme (nPython.exe)

Re: [Python.NET] mono_os_mutex_destroy issue with Python.NET

2018-05-06 Thread techi eth
I have tried console progmramme (nPython.exe) coming with python.Net source & same is also resulting with above error. Can anybody suggest with which version of mono on Linux ARM target Python.NET will works. Thanks On Fri, May 4, 2018 at 6:35 PM, techi eth wrote: > Hi, > > > > I am getting be

[Python.NET] mono_os_mutex_destroy issue with Python.NET

2018-05-04 Thread techi eth
Hi, I am getting below error when running C# programme with mono on Linux. Please suggest hint for solution. *Mono version : 5.8.1.0* *Pyhton.NET : 2.3.0* mono_os_mutex_destroy: pthread_mutex_destroy failed with "Device or resource busy" (16) Aborted Note : I am able to run only C# pro