
Hi Guys,
I was wondering if anyone knows how to make Python for .Net work on cygwin installation of python. I have been looking around and find a mixed bag of information. If anyone knows of the working version of Python for .Net and its dependency, I would appreciate if you could share it with me.
Currently, I am using a generic windows version and it works just fine, but I need it to work on Cygwin version of python. I appreciate any helpful replies.
Thanks,
Nikhil

maybe you can try PythonNET with Mono:
http://www.mono-project.com/docs/compiling-mono/windows/
On Tue, Dec 9, 2014 at 11:28 PM, Nikhil Garg nikhilgarg.gju@gmail.com wrote:
Hi Guys,
I was wondering if anyone knows how to make Python for .Net work on cygwin installation of python. I have been looking around and find a mixed bag of information. If anyone knows of the working version of Python for .Net and its dependency, I would appreciate if you could share it with me.
Currently, I am using a generic windows version and it works just fine, but I need it to work on Cygwin version of python. I appreciate any helpful replies.
Thanks,
Nikhil
Python.NET mailing list - PythonDotNet@python.org https://mail.python.org/mailman/listinfo/pythondotnet

pythonnet with Mono now works in Linux Subsystem for Windows 10 and docker containers. More details in this issue:
https://mail.python.org/pipermail/pythondotnet/2014-December/001623.html
I was not able to get it going in msys or cygwin environment.
On Wed, Dec 10, 2014 at 9:23 AM, Denis Akhiyarov denis.akhiyarov@gmail.com wrote:
maybe you can try PythonNET with Mono:
http://www.mono-project.com/docs/compiling-mono/windows/
On Tue, Dec 9, 2014 at 11:28 PM, Nikhil Garg nikhilgarg.gju@gmail.com wrote:
Hi Guys,
I was wondering if anyone knows how to make Python for .Net work on cygwin installation of python. I have been looking around and find a mixed bag of information. If anyone knows of the working version of Python for .Net and its dependency, I would appreciate if you could share it with me.
Currently, I am using a generic windows version and it works just fine, but I need it to work on Cygwin version of python. I appreciate any helpful replies.
Thanks,
Nikhil
Python.NET mailing list - PythonDotNet@python.org https://mail.python.org/mailman/listinfo/pythondotnet
participants (2)
-
Denis Akhiyarov
-
Nikhil Garg