Here it is on PYPI:<div><br></div><div><a href="https://pypi.python.org/pypi/pythonnet/2.0.0">https://pypi.python.org/pypi/pythonnet/2.0.0</a></div><div><br></div><div><br></div><div>pip install pythonnet==2.0.0</div><div><br></div><div>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:</div><div><br></div><div><a href="https://github.com/pythonnet/pythonnet/wiki/Older-Project-Repositories">https://github.com/pythonnet/pythonnet/wiki/Older-Project-Repositories</a><br></div><div><br></div><div>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!</div><div><br></div><div>Let us know how it goes?</div><div><br><br><div class="gmail_quote"><div dir="ltr">On Thu, Jul 20, 2017, 3:36 PM pythondotnet <<a href="mailto:PythonDotNet@jnpcarole.com">PythonDotNet@jnpcarole.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>Thanks Denis. How do the versions on github map to the versions on the old site? I need to avoid this defect:</div>
<div>
<p><a href="https://github.com/pythonnet/pythonnet/issues/276" target="_blank">https://github.com/pythonnet/pythonnet/issues/276</a></p>
<p>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.</p>
<p> </p>
</div>
<blockquote class="m_5100671990162941815threadBlockQuote" style="border-left:2px solid #c2c2c2;padding-left:3px;margin-left:4px">--------- Original Message ---------
<div>Subject: PythonDotNet Digest, Vol 156, Issue 4<br>From: <a href="mailto:pythondotnet-request@python.org" target="_blank">pythondotnet-request@python.org</a><br>Date: 7/20/17 10:00 am<br>To: <a href="mailto:pythondotnet@python.org" target="_blank">pythondotnet@python.org</a><br><br>Send PythonDotNet mailing list submissions to<br> <a href="mailto:pythondotnet@python.org" target="_blank">pythondotnet@python.org</a><br> <br> To subscribe or unsubscribe via the World Wide Web, visit<br> <a href="https://mail.python.org/mailman/listinfo/pythondotnet" target="_blank">https://mail.python.org/mailman/listinfo/pythondotnet</a><br> or, via email, send a message with subject or body 'help' to<br> <a href="mailto:pythondotnet-request@python.org" target="_blank">pythondotnet-request@python.org</a><br> <br> You can reach the person managing the list at<br> <a href="mailto:pythondotnet-owner@python.org" target="_blank">pythondotnet-owner@python.org</a><br> <br> When replying, please edit your Subject line so it is more specific<br> than "Re: Contents of PythonDotNet digest..."<br> <br> <br> Today's Topics:<br> <br> 1. Support for WinPython 2.7 x64 (pythondotnet)<br> 2. Re: Support for WinPython 2.7 x64 (Denis Akhiyarov)<br> <br> <br> ----------------------------------------------------------------------<br> <br> Message: 1<br> Date: Wed, 19 Jul 2017 09:00:12 -0700<br> From: "pythondotnet" <<a href="mailto:PythonDotNet@jnpcarole.com" target="_blank">PythonDotNet@jnpcarole.com</a>><br> To: <a href="mailto:pythondotnet@python.org" target="_blank">pythondotnet@python.org</a><br> Subject: [Python.NET] Support for WinPython 2.7 x64<br> Message-ID:<br> <<a href="mailto:20170719090012.3e63f68611bc0deecd5a6dd5fef89a2f.3933b3b147.mailapi@email09.godaddy.com" target="_blank">20170719090012.3e63f68611bc0deecd5a6dd5fef89a2f.3933b3b147.mailapi@email09.godaddy.com</a>><br> <br> Content-Type: text/plain; charset="utf-8"<br> <br> I have a user that needs Python for .NET to work with <a href="https://sourceforge.net/projects/winpython/files/WinPython_2.7/2.7.9.1/" target="_blank">https://sourceforge.net/projects/winpython/files/WinPython_2.7/2.7.9.1/</a><br> <br> 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 <a href="https://sourceforge.net/projects/pythonnet/" target="_blank">https://sourceforge.net/projects/pythonnet/</a><br> <br> Is what he needs possible?<br> -------------- next part --------------<br> An HTML attachment was scrubbed...<br> URL: <<a href="http://mail.python.org/pipermail/pythondotnet/attachments/20170719/82ae7846/attachment-0001.html" target="_blank">http://mail.python.org/pipermail/pythondotnet/attachments/20170719/82ae7846/attachment-0001.html</a>><br> <br> ------------------------------<br> <br> Message: 2<br> Date: Wed, 19 Jul 2017 18:20:43 +0000<br> From: Denis Akhiyarov <<a href="mailto:denis.akhiyarov@gmail.com" target="_blank">denis.akhiyarov@gmail.com</a>><br> To: "A list for users and developers of Python for .NET"<br> <<a href="mailto:pythondotnet@python.org" target="_blank">pythondotnet@python.org</a>><br> Subject: Re: [Python.NET] Support for WinPython 2.7 x64<br> Message-ID:<br> <CALxxJLR5T=<a href="mailto:e3UrULAXoHXw1gmTYtpb1DaYgohsSDPpvJKBh72A@mail.gmail.com" target="_blank">e3UrULAXoHXw1gmTYtpb1DaYgohsSDPpvJKBh72A@mail.gmail.com</a>><br> Content-Type: text/plain; charset="utf-8"<br> <br> Python for . NET project moved from SourceForge to GitHub in 2014.<br> <br> WinPython comes with pythonnet pre-installed since 2016.<br> <br> In any Python distribution the easiest way is to install with pip from PyPI:<br> <br> pip install pythonnet<br> <br> Other installation options here:<br> <br> <a href="https://github.com/pythonnet/pythonnet/wiki/Installation" target="_blank">https://github.com/pythonnet/pythonnet/wiki/Installation</a><br> <br> Thanks,<br> Denis<br> <br> On Wed, Jul 19, 2017, 11:09 AM pythondotnet <<a href="mailto:PythonDotNet@jnpcarole.com" target="_blank">PythonDotNet@jnpcarole.com</a>><br> wrote:<br> <br> > I have a user that needs Python for .NET to work with<br> > <a href="https://sourceforge.net/projects/winpython/files/WinPython_2.7/2.7.9.1/" target="_blank">https://sourceforge.net/projects/winpython/files/WinPython_2.7/2.7.9.1/</a><br> ><br> > I'm guessing it isn't a problem that he has WinPython as opposed to<br> > regular CPython, but I don't see support for 64-bit on<br> > <a href="https://sourceforge.net/projects/pythonnet/" target="_blank">https://sourceforge.net/projects/pythonnet/</a><br> ><br> > Is what he needs possible?<br> > _________________________________________________<br> > Python.NET mailing list - <a href="mailto:PythonDotNet@python.org" target="_blank">PythonDotNet@python.org</a><br> > <a href="https://mail.python.org/mailman/listinfo/pythondotnet" target="_blank">https://mail.python.org/mailman/listinfo/pythondotnet</a><br> ><br> -------------- next part --------------<br> An HTML attachment was scrubbed...<br> URL: <<a href="http://mail.python.org/pipermail/pythondotnet/attachments/20170719/9940277d/attachment-0001.html" target="_blank">http://mail.python.org/pipermail/pythondotnet/attachments/20170719/9940277d/attachment-0001.html</a>><br> <br> ------------------------------<br> <br> Subject: Digest Footer<br> <br> _______________________________________________<br> PythonDotNet mailing list<br> <a href="mailto:PythonDotNet@python.org" target="_blank">PythonDotNet@python.org</a><br> <a href="https://mail.python.org/mailman/listinfo/pythondotnet" target="_blank">https://mail.python.org/mailman/listinfo/pythondotnet</a><br> <br> <br> ------------------------------<br> <br> End of PythonDotNet Digest, Vol 156, Issue 4<br> ********************************************</div>
</blockquote>
_________________________________________________<br>
Python.NET mailing list - <a href="mailto:PythonDotNet@python.org" target="_blank">PythonDotNet@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/pythondotnet" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/pythondotnet</a><br>
</blockquote></div></div>