From denis.akhiyarov at gmail.com Fri Nov 17 00:04:48 2017 From: denis.akhiyarov at gmail.com (Denis Akhiyarov) Date: Fri, 17 Nov 2017 05:04:48 +0000 Subject: [Python.NET] Feedback about Python.NET on .NET Core, PyData & PyTexas Message-ID: We have few developers who contributed towards .NET Core support in Python.NET. https://github.com/pythonnet/pythonnet/issues/96 Recently one Quant financial company got interested in sponsoring the completion of .NET Core support. Please email me directly or reply here on mailing list if you would like to use Python.NET on .NET Core! This weekend I'm presenting on Python.NET at PyTexas in Austin. In 2 weeks I'm also presenting Python.NET tutorial at PyData NYC. Finally I started working on Patreon campaign for pythonnet, please share your feedback: https://www.patreon.com/pythonnet _____ Denis Consultant @ Wood Faculty @ NAU -------------- next part -------------- An HTML attachment was scrubbed... URL: From leonoralcantara at hotmail.com Fri Nov 17 19:40:57 2017 From: leonoralcantara at hotmail.com (=?Windows-1252?Q?Leonor_Alc=E1ntara?=) Date: Sat, 18 Nov 2017 00:40:57 +0000 Subject: [Python.NET] PythonDotNet Digest, Vol 160, Issue 1 In-Reply-To: References: Message-ID: Hello everyone, My name is Leonor Alcantara. I am going to learn python.net Thank you for sharing the information of learning. Best regards, Leonor A. ________________________________ From: PythonDotNet on behalf of pythondotnet-request at python.org Sent: Friday, November 17, 2017 5:00:03 PM To: pythondotnet at python.org Subject: PythonDotNet Digest, Vol 160, Issue 1 Send PythonDotNet mailing list submissions to pythondotnet at python.org To subscribe or unsubscribe via the World Wide Web, visit https://mail.python.org/mailman/listinfo/pythondotnet PythonDotNet -- A list for users and developers of Python ... mail.python.org The PythonDotNet mailing list is a forum for users and developers of Python for .NET to ask questions, discuss issues and manage ongoing development. or, via email, send a message with subject or body 'help' to pythondotnet-request at python.org You can reach the person managing the list at pythondotnet-owner at python.org When replying, please edit your Subject line so it is more specific than "Re: Contents of PythonDotNet digest..." Today's Topics: 1. Feedback about Python.NET on .NET Core, PyData & PyTexas (Denis Akhiyarov) ---------------------------------------------------------------------- Message: 1 Date: Fri, 17 Nov 2017 05:04:48 +0000 From: Denis Akhiyarov To: "A list for users and developers of Python for .NET" Subject: [Python.NET] Feedback about Python.NET on .NET Core, PyData & PyTexas Message-ID: Content-Type: text/plain; charset="utf-8" We have few developers who contributed towards .NET Core support in Python.NET. https://github.com/pythonnet/pythonnet/issues/96 [https://avatars1.githubusercontent.com/u/7870949?s=400&v=4] CoreCLR embedding - cross-platform API ? Issue #96 ... github.com pythonnet - Python for .NET is a package that gives Python programmers nearly seamless integration with the .NET Common Language Runtime (CLR) and provides a powerful ... Recently one Quant financial company got interested in sponsoring the completion of .NET Core support. Please email me directly or reply here on mailing list if you would like to use Python.NET on .NET Core! This weekend I'm presenting on Python.NET at PyTexas in Austin. In 2 weeks I'm also presenting Python.NET tutorial at PyData NYC. Finally I started working on Patreon campaign for pythonnet, please share your feedback: https://www.patreon.com/pythonnet [https://c10.patreonusercontent.com/3/eyJ3IjoxOTIwfQ%3D%3D/patreon-user/6M_pmEu5z-t4ZszrNJKHnFWIp5RA9A_MU8wiZbrz_uCGNxC4DPmPFFDYMvJC5AAQ.PNG?token-time=2145916800&token-hash=mJ-tc33Uy83kdaqbERcSfILjzkp7WFJ3l0g2zsKW8hg%3D] Python.NET is creating open-source library | Patreon www.patreon.com Become a patron of Python.NET today: Read 2 posts by Python.NET and get access to exclusive content and experiences on the world?s largest membership platform for artists and creators. _____ Denis Consultant @ Wood Faculty @ NAU -------------- next part -------------- An HTML attachment was scrubbed... URL: ------------------------------ Subject: Digest Footer _______________________________________________ PythonDotNet mailing list PythonDotNet at python.org https://mail.python.org/mailman/listinfo/pythondotnet PythonDotNet -- A list for users and developers of Python ... mail.python.org The PythonDotNet mailing list is a forum for users and developers of Python for .NET to ask questions, discuss issues and manage ongoing development. ------------------------------ End of PythonDotNet Digest, Vol 160, Issue 1 ******************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From jonnojohnson at gmail.com Tue Nov 21 11:02:20 2017 From: jonnojohnson at gmail.com (Jonno) Date: Tue, 21 Nov 2017 10:02:20 -0600 Subject: [Python.NET] Pythonnet Version Info Message-ID: Hi, Is there a way to return the Pythonnet version once clr has been imported? I can't find any version info. Also, I'm trying to help someone using a DLL who is getting the "System.IO.FileNotFoundException: Unable to find assembly" exception. Any suggestions for debugging? When looking at the DLL with JetBrains dotPeek it shows .Net framework v4.5.2. What does this require in terms of Pythonnet? What does it require in terms of .NET framework installed on his pc? Thanks, Mark. -------------- next part -------------- An HTML attachment was scrubbed... URL: From denis.akhiyarov at gmail.com Tue Nov 21 16:26:54 2017 From: denis.akhiyarov at gmail.com (Denis Akhiyarov) Date: Tue, 21 Nov 2017 21:26:54 +0000 Subject: [Python.NET] Pythonnet Version Info In-Reply-To: References: Message-ID: The version variable was added to pythonnet recently, but you can use pip with older versions: pip list On Tue, Nov 21, 2017, 12:46 PM Jonno wrote: > Hi, > > Is there a way to return the Pythonnet version once clr has been imported? > I can't find any version info. > > Also, I'm trying to help someone using a DLL who is getting the > "System.IO.FileNotFoundException: Unable to find assembly" exception. Any > suggestions for debugging? > > When looking at the DLL with JetBrains dotPeek it shows .Net framework > v4.5.2. > What does this require in terms of Pythonnet? What does it require in > terms of .NET framework installed on his pc? > > Thanks, > > Mark. > _________________________________________________ > Python.NET mailing list - PythonDotNet at python.org > https://mail.python.org/mailman/listinfo/pythondotnet > -------------- next part -------------- An HTML attachment was scrubbed... URL: From pwalsh at spiria.com Thu Nov 23 21:22:46 2017 From: pwalsh at spiria.com (Patrick Walsh) Date: Thu, 23 Nov 2017 21:22:46 -0500 Subject: [Python.NET] Does pythonnet support .NET 2.0 Message-ID: <5A178276.6050903@spiria.com> We are looking into using this python toolkit with the unity engine which is running .NET 2.0. Has anyone been able to make this work? -------------- next part -------------- An HTML attachment was scrubbed... URL: From denis.akhiyarov at gmail.com Fri Nov 24 23:30:28 2017 From: denis.akhiyarov at gmail.com (Denis Akhiyarov) Date: Sat, 25 Nov 2017 04:30:28 +0000 Subject: [Python.NET] Does pythonnet support .NET 2.0 In-Reply-To: <5A178276.6050903@spiria.com> References: <5A178276.6050903@spiria.com> Message-ID: Latest pythonnet requires .NET 4.0+ due to use of DLR, but latest Unity may support newer .NET runtimes experimentally: https://answers.unity.com/questions/1413144/c-dynamic-variables-as-of-2017.html On Thu, Nov 23, 2017, 9:10 PM Patrick Walsh wrote: > We are looking into using this python toolkit with the unity engine which > is running .NET 2.0. > Has anyone been able to make this work? > > > _________________________________________________ > Python.NET mailing list - PythonDotNet at python.org > https://mail.python.org/mailman/listinfo/pythondotnet > -------------- next part -------------- An HTML attachment was scrubbed... URL: From denis.akhiyarov at gmail.com Sun Nov 26 22:38:50 2017 From: denis.akhiyarov at gmail.com (Denis Akhiyarov) Date: Sun, 26 Nov 2017 21:38:50 -0600 Subject: [Python.NET] Python.NET for PyData survey Message-ID: Python.NET for PyData survey https://goo.gl/zDyy8Y -------------- next part -------------- An HTML attachment was scrubbed... URL: From prathima548 at gmail.com Mon Nov 27 10:28:27 2017 From: prathima548 at gmail.com (prathima shettigar) Date: Mon, 27 Nov 2017 20:58:27 +0530 Subject: [Python.NET] Issue in calling individual function dynamically in c# from python test cases In-Reply-To: References: Message-ID: Hi, I am trying to get the individual function name which is in python script and call that in my c# code using python.NET but I am not able to achieve it. I would like to get some suggestions and guidance on the same. Regards, Prathima -------------- next part -------------- An HTML attachment was scrubbed... URL: From denis.akhiyarov at gmail.com Mon Nov 27 11:50:36 2017 From: denis.akhiyarov at gmail.com (Denis Akhiyarov) Date: Mon, 27 Nov 2017 16:50:36 +0000 Subject: [Python.NET] Issue in calling individual function dynamically in c# from python test cases In-Reply-To: References: Message-ID: Can you post your issue on GitHub with code samples? On Mon, Nov 27, 2017, 10:06 AM prathima shettigar wrote: > Hi, > > I am trying to get the individual function name which is in python script > and call that in my c# code using python.NET but I am not able to achieve > it. > > I would like to get some suggestions and guidance on the same. > > Regards, > Prathima > _________________________________________________ > Python.NET mailing list - PythonDotNet at python.org > https://mail.python.org/mailman/listinfo/pythondotnet > -------------- next part -------------- An HTML attachment was scrubbed... URL: