From denis.akhiyarov at gmail.com Thu Jul 6 14:28:56 2017 From: denis.akhiyarov at gmail.com (Denis Akhiyarov) Date: Thu, 06 Jul 2017 18:28:56 +0000 Subject: [Python.NET] Syntax for PyDict from C# Message-ID: Anyone has a good example how to construct Python dictionary from C#? Adding elements one by one in a loop is not an option. -------------- next part -------------- An HTML attachment was scrubbed... URL: From denis.akhiyarov at gmail.com Fri Jul 7 00:42:07 2017 From: denis.akhiyarov at gmail.com (Denis Akhiyarov) Date: Fri, 07 Jul 2017 04:42:07 +0000 Subject: [Python.NET] Python.NET user feedback Message-ID: Hello Python.NET users, After PyData talk, I was approached by a potential supporter of Python.NET project from one of major corporations. But they need your feedback and estimate of current users of pythonnet library for this support to be approved. Please respond to me privately or publicly about your specific use case or project, any outstanding issues or success stories. Please mark if this feedback should be kept confidential. Here is an updated and collected public list of open-source and commercial projects using pythonnet: https://github.com/pythonnet/pythonnet/wiki/Projects-using-pythonnet Thanks, Denis -------------- next part -------------- An HTML attachment was scrubbed... URL: From mc at mclaveau.com Fri Jul 7 12:15:49 2017 From: mc at mclaveau.com (mc@mclaveau) Date: Fri, 7 Jul 2017 18:15:49 +0200 Subject: [Python.NET] Python.NET user feedback In-Reply-To: References: Message-ID: <375c092c-b753-b2a2-84c2-dd21f3799771@mclaveau.com> Le 07/07/2017 ? 06:42, Denis Akhiyarov a ?crit : > Hello Python.NET users, > > After PyData talk, I was approached by a potential supporter of > Python.NET project from one of major corporations. But they need your > feedback and estimate of current users of pythonnet library for this > support to be approved. > Please respond to me privately or publicly about your specific use > case or project, any outstanding issues or success stories. > Please mark if this feedback should be kept confidential. > Here is an updated and collected public list of open-source and > commercial projects using pythonnet: > > https://github.com/pythonnet/pythonnet/wiki/Projects-using-pythonnet > > Thanks, > Denis > Thank you for this very interesting work @-salutations -- -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: sign-styloplume.GIF Type: image/gif Size: 9129 bytes Desc: not available URL: From jmsachs at gmail.com Fri Jul 7 12:38:03 2017 From: jmsachs at gmail.com (Jason Sachs) Date: Fri, 7 Jul 2017 09:38:03 -0700 Subject: [Python.NET] Python.NET user feedback In-Reply-To: References: Message-ID: We used Python.NET several years ago to write Python scripts that can interface with data acquisition systems from Measurement Computing (formerly Data Translation). These boards have an OpenLayers driver library in .NET; they don't have any native Python drivers. Using Python.NET as a bridge was fairly straightforward, and allowed us to transfer data in real-time into Python without much CPU overhead. On Thu, Jul 6, 2017 at 9:42 PM, Denis Akhiyarov wrote: > Hello Python.NET users, > > After PyData talk, I was approached by a potential supporter of Python.NET > project from one of major corporations. But they need your feedback and > estimate of current users of pythonnet library for this support to be > approved. > > Please respond to me privately or publicly about your specific use case or > project, any outstanding issues or success stories. > > Please mark if this feedback should be kept confidential. > > Here is an updated and collected public list of open-source and commercial > projects using pythonnet: > > https://github.com/pythonnet/pythonnet/wiki/Projects-using-pythonnet > > Thanks, > Denis > > > _________________________________________________ > Python.NET mailing list - PythonDotNet at python.org > https://mail.python.org/mailman/listinfo/pythondotnet > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From green.azhukov at gmail.com Mon Jul 10 05:08:19 2017 From: green.azhukov at gmail.com (Artem Zhukov) Date: Mon, 10 Jul 2017 09:08:19 +0000 Subject: [Python.NET] Python.NET user feedback In-Reply-To: References: Message-ID: Remak a.s., Czech Republic, Air Handling Units (AHU) manufacturer: Our goal is making the software, which supports the product's development, by our own engineers. Those engineers are not primary CS engineers and need something simple when creating the software. That's why we choose Python3 and totally happy with that. However, we're still must plug in a lot of non-python software. Without pythonnet it would be impossible. So now, thanks to pythonnet, we're able to develop the software without "help" of external developers, what gives us a lot of competitive advantages, such as much quicker reaction on custumer feedback, better understanding the product etc. On Fri, Jul 7, 2017 at 7:13 PM Jason Sachs wrote: > We used Python.NET several years ago to write Python scripts that can > interface with data acquisition systems from Measurement Computing > (formerly Data Translation). These boards have an OpenLayers driver library > in .NET; they don't have any native Python drivers. Using Python.NET as a > bridge was fairly straightforward, and allowed us to transfer data in > real-time into Python without much CPU overhead. > > On Thu, Jul 6, 2017 at 9:42 PM, Denis Akhiyarov > wrote: > >> Hello Python.NET users, >> >> After PyData talk, I was approached by a potential supporter of >> Python.NET project from one of major corporations. But they need your >> feedback and estimate of current users of pythonnet library for this >> support to be approved. >> >> Please respond to me privately or publicly about your specific use case >> or project, any outstanding issues or success stories. >> >> Please mark if this feedback should be kept confidential. >> >> Here is an updated and collected public list of open-source and >> commercial projects using pythonnet: >> >> https://github.com/pythonnet/pythonnet/wiki/Projects-using-pythonnet >> >> Thanks, >> Denis >> >> >> _________________________________________________ >> Python.NET mailing list - PythonDotNet at python.org >> https://mail.python.org/mailman/listinfo/pythondotnet >> >> > _________________________________________________ > Python.NET mailing list - PythonDotNet at python.org > https://mail.python.org/mailman/listinfo/pythondotnet > -- ARTEM ZHUKOV | HVAC/Mech.Engineer | Building Performance Engineer | Sustainability Engineer | HVAC TPM | M: +420 774 081 898 -------------- next part -------------- An HTML attachment was scrubbed... URL: From PythonDotNet at jnpcarole.com Wed Jul 19 12:00:12 2017 From: PythonDotNet at jnpcarole.com (pythondotnet) Date: Wed, 19 Jul 2017 09:00:12 -0700 Subject: [Python.NET] Support for WinPython 2.7 x64 Message-ID: <20170719090012.3e63f68611bc0deecd5a6dd5fef89a2f.3933b3b147.mailapi@email09.godaddy.com> I have a user that needs Python for .NET to work with https://sourceforge.net/projects/winpython/files/WinPython_2.7/2.7.9.1/ I'm guessing it isn't a problem that he has WinPython as opposed to regular CPython, but I don't see support for 64-bit on https://sourceforge.net/projects/pythonnet/ Is what he needs possible? -------------- next part -------------- An HTML attachment was scrubbed... URL: From denis.akhiyarov at gmail.com Wed Jul 19 14:20:43 2017 From: denis.akhiyarov at gmail.com (Denis Akhiyarov) Date: Wed, 19 Jul 2017 18:20:43 +0000 Subject: [Python.NET] Support for WinPython 2.7 x64 In-Reply-To: <20170719090012.3e63f68611bc0deecd5a6dd5fef89a2f.3933b3b147.mailapi@email09.godaddy.com> References: <20170719090012.3e63f68611bc0deecd5a6dd5fef89a2f.3933b3b147.mailapi@email09.godaddy.com> Message-ID: Python for . NET project moved from SourceForge to GitHub in 2014. WinPython comes with pythonnet pre-installed since 2016. In any Python distribution the easiest way is to install with pip from PyPI: pip install pythonnet Other installation options here: https://github.com/pythonnet/pythonnet/wiki/Installation Thanks, Denis On Wed, Jul 19, 2017, 11:09 AM pythondotnet wrote: > I have a user that needs Python for .NET to work with > https://sourceforge.net/projects/winpython/files/WinPython_2.7/2.7.9.1/ > > I'm guessing it isn't a problem that he has WinPython as opposed to > regular CPython, but I don't see support for 64-bit on > https://sourceforge.net/projects/pythonnet/ > > Is what he needs possible? > _________________________________________________ > Python.NET mailing list - PythonDotNet at python.org > https://mail.python.org/mailman/listinfo/pythondotnet > -------------- next part -------------- An HTML attachment was scrubbed... URL: From PythonDotNet at jnpcarole.com Thu Jul 20 16:35:44 2017 From: PythonDotNet at jnpcarole.com (pythondotnet) Date: Thu, 20 Jul 2017 13:35:44 -0700 Subject: [Python.NET] PythonDotNet Digest, Vol 156, Issue 4 In-Reply-To: Message-ID: <20170720133544.3e63f68611bc0deecd5a6dd5fef89a2f.ef5c9b150b.mailapi@email09.godaddy.com> Thanks Denis. How do the versions on github map to the versions on the old site? I need to avoid this defect: https://github.com/pythonnet/pythonnet/issues/276 On the old site, I could see which version was the CLR2, defect-free one (pythonnet-2.0-alpha2-clr2.0_py27/), but it is only 32-bt. I think the corresponding version on github is 2.0.0, but I can't figure out how to just download the 64-bit version of 2.0.0. --------- Original Message --------- Subject: PythonDotNet Digest, Vol 156, Issue 4 From: pythondotnet-request at python.org Date: 7/20/17 10:00 am To: pythondotnet at python.org 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 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. Support for WinPython 2.7 x64 (pythondotnet) 2. Re: Support for WinPython 2.7 x64 (Denis Akhiyarov) ---------------------------------------------------------------------- Message: 1 Date: Wed, 19 Jul 2017 09:00:12 -0700 From: "pythondotnet" To: pythondotnet at python.org Subject: [Python.NET] Support for WinPython 2.7 x64 Message-ID: <20170719090012.3e63f68611bc0deecd5a6dd5fef89a2f.3933b3b147.mailapi at email09.godaddy.com> Content-Type: text/plain; charset="utf-8" I have a user that needs Python for .NET to work with https://sourceforge.net/projects/winpython/files/WinPython_2.7/2.7.9.1/ I'm guessing it isn't a problem that he has WinPython as opposed to regular CPython, but I don't see support for 64-bit on https://sourceforge.net/projects/pythonnet/ Is what he needs possible? -------------- next part -------------- An HTML attachment was scrubbed... URL: ------------------------------ Message: 2 Date: Wed, 19 Jul 2017 18:20:43 +0000 From: Denis Akhiyarov To: "A list for users and developers of Python for .NET" Subject: Re: [Python.NET] Support for WinPython 2.7 x64 Message-ID: Content-Type: text/plain; charset="utf-8" Python for . NET project moved from SourceForge to GitHub in 2014. WinPython comes with pythonnet pre-installed since 2016. In any Python distribution the easiest way is to install with pip from PyPI: pip install pythonnet Other installation options here: https://github.com/pythonnet/pythonnet/wiki/Installation Thanks, Denis On Wed, Jul 19, 2017, 11:09 AM pythondotnet wrote: > I have a user that needs Python for .NET to work with > https://sourceforge.net/projects/winpython/files/WinPython_2.7/2.7.9.1/ > > I'm guessing it isn't a problem that he has WinPython as opposed to > regular CPython, but I don't see support for 64-bit on > https://sourceforge.net/projects/pythonnet/ > > Is what he needs possible? > _________________________________________________ > Python.NET mailing list - PythonDotNet at python.org > https://mail.python.org/mailman/listinfo/pythondotnet > -------------- 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 ------------------------------ End of PythonDotNet Digest, Vol 156, Issue 4 ******************************************** -------------- next part -------------- An HTML attachment was scrubbed... URL: From denis.akhiyarov at gmail.com Thu Jul 20 23:53:28 2017 From: denis.akhiyarov at gmail.com (Denis Akhiyarov) Date: Fri, 21 Jul 2017 03:53:28 +0000 Subject: [Python.NET] PythonDotNet Digest, Vol 156, Issue 4 In-Reply-To: <20170720133544.3e63f68611bc0deecd5a6dd5fef89a2f.ef5c9b150b.mailapi@email09.godaddy.com> References: <20170720133544.3e63f68611bc0deecd5a6dd5fef89a2f.ef5c9b150b.mailapi@email09.godaddy.com> Message-ID: Here it is on PYPI: https://pypi.python.org/pypi/pythonnet/2.0.0 pip install pythonnet==2.0.0 There is no direct mapping between GitHub and SourceForge, but you could explore the history and tags. This would be nice contribution to the wiki, but requires some archeology work: https://github.com/pythonnet/pythonnet/wiki/Older-Project-Repositories The regression that you are getting is with .NET Remoting which deprecated on .NET 4.0+. If you can isolate the problem without .NET Remoting, that would be great! Let us know how it goes? On Thu, Jul 20, 2017, 3:36 PM pythondotnet wrote: > Thanks Denis. How do the versions on github map to the versions on the old > site? I need to avoid this defect: > > https://github.com/pythonnet/pythonnet/issues/276 > > On the old site, I could see which version was the CLR2, defect-free one > (pythonnet-2.0-alpha2-clr2.0_py27/), but it is only 32-bt. I think the > corresponding version on github is 2.0.0, but I can't figure out how to > just download the 64-bit version of 2.0.0. > > > > --------- Original Message --------- > Subject: PythonDotNet Digest, Vol 156, Issue 4 > From: pythondotnet-request at python.org > Date: 7/20/17 10:00 am > To: pythondotnet at python.org > > 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 > 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. Support for WinPython 2.7 x64 (pythondotnet) > 2. Re: Support for WinPython 2.7 x64 (Denis Akhiyarov) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 19 Jul 2017 09:00:12 -0700 > From: "pythondotnet" > To: pythondotnet at python.org > Subject: [Python.NET] Support for WinPython 2.7 x64 > Message-ID: > < > 20170719090012.3e63f68611bc0deecd5a6dd5fef89a2f.3933b3b147.mailapi at email09.godaddy.com > > > > Content-Type: text/plain; charset="utf-8" > > I have a user that needs Python for .NET to work with > https://sourceforge.net/projects/winpython/files/WinPython_2.7/2.7.9.1/ > > I'm guessing it isn't a problem that he has WinPython as opposed to > regular CPython, but I don't see support for 64-bit on > https://sourceforge.net/projects/pythonnet/ > > Is what he needs possible? > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://mail.python.org/pipermail/pythondotnet/attachments/20170719/82ae7846/attachment-0001.html > > > > ------------------------------ > > Message: 2 > Date: Wed, 19 Jul 2017 18:20:43 +0000 > From: Denis Akhiyarov > To: "A list for users and developers of Python for .NET" > > Subject: Re: [Python.NET] Support for WinPython 2.7 x64 > Message-ID: > > Content-Type: text/plain; charset="utf-8" > > Python for . NET project moved from SourceForge to GitHub in 2014. > > WinPython comes with pythonnet pre-installed since 2016. > > In any Python distribution the easiest way is to install with pip from > PyPI: > > pip install pythonnet > > Other installation options here: > > https://github.com/pythonnet/pythonnet/wiki/Installation > > Thanks, > Denis > > On Wed, Jul 19, 2017, 11:09 AM pythondotnet > wrote: > > > I have a user that needs Python for .NET to work with > > https://sourceforge.net/projects/winpython/files/WinPython_2.7/2.7.9.1/ > > > > I'm guessing it isn't a problem that he has WinPython as opposed to > > regular CPython, but I don't see support for 64-bit on > > https://sourceforge.net/projects/pythonnet/ > > > > Is what he needs possible? > > _________________________________________________ > > Python.NET mailing list - PythonDotNet at python.org > > https://mail.python.org/mailman/listinfo/pythondotnet > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://mail.python.org/pipermail/pythondotnet/attachments/20170719/9940277d/attachment-0001.html > > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > PythonDotNet mailing list > PythonDotNet at python.org > https://mail.python.org/mailman/listinfo/pythondotnet > > > ------------------------------ > > End of PythonDotNet Digest, Vol 156, Issue 4 > ******************************************** > > _________________________________________________ > 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 Thu Jul 27 01:34:00 2017 From: denis.akhiyarov at gmail.com (Denis Akhiyarov) Date: Thu, 27 Jul 2017 00:34:00 -0500 Subject: [Python.NET] pythonnet talk at PyData Seattle 2017 hosted by Microsoft Message-ID: Video and presentation for pythonnet talk at PyData Seattle 2017 hosted by Microsoft: https://www.youtube.com/watch?v=P7Or7XzeIno http://nbviewer.jupyter.org/gist/denfromufa/1fdb51fc58663c2fb058f0860cb03768 If you would like to get my talk accepted to PyGotham 2017 in NYC, please vote here: https://www.papercall.io/pygotham-2017 I collected about 10-20 responses about pythonnet use cases! Please email me or call me (+19182003994), if you have anything to share on public or confidential terms. This is NOT a request for sponsorship. https://mail.python.org/pipermail/pythondotnet/2017-July/001906.html -------------- next part -------------- An HTML attachment was scrubbed... URL: