Python 3 version of Python for .NET

Hi,
I've made the necessary changes to the Python for .NET package for it to work with Python 3.
What's the best way to get this integrated back into the main project? Can I get access to the svn repo and check it into a branch for peer review and integration? Or should I email someone a patch file?
thanks, Tony

This is crazy talk!
From: PythonDotNet [mailto:pythondotnet-bounces+btribble=ea.com@python.org] On Behalf Of Tony Roberts Sent: Tuesday, February 26, 2013 3:31 AM To: pythondotnet@python.org Subject: [Python.NET] Python 3 version of Python for .NET
Hi,
I've made the necessary changes to the Python for .NET package for it to work with Python 3.
What's the best way to get this integrated back into the main project? Can I get access to the svn repo and check it into a branch for peer review and integration? Or should I email someone a patch file?
thanks, Tony

Hi,
I've built eggs for python 2.7, 3.2 and 3.3 (windows x86 and x64) and made them available here: http://www.pyxll.com/pythonnet/
If someone can let me know how to contribute these changes back to the main project I'm happy to do that. The changes are backwards compatible so everything still works the same with older versions of python.
cheers, Tony
On Tue, Feb 26, 2013 at 6:35 PM, Tribble, Brett btribble@ea.com wrote:
This is crazy talk!****
*From:* PythonDotNet [mailto:pythondotnet-bounces+btribble= ea.com@python.org] *On Behalf Of *Tony Roberts *Sent:* Tuesday, February 26, 2013 3:31 AM *To:* pythondotnet@python.org *Subject:* [Python.NET] Python 3 version of Python for .NET****
Hi,****
I've made the necessary changes to the Python for .NET package for it to work with Python 3.****
What's the best way to get this integrated back into the main project? Can I get access to the svn repo and check it into a branch for peer review and integration? Or should I email someone a patch file?****
thanks,****
Tony****

Barton is probably the one to help you out. He'll likely respond shortly.
From: Tony Roberts [mailto:tony@pyxll.com] Sent: Thursday, February 28, 2013 7:24 AM To: Tribble, Brett Cc: pythondotnet@python.org Subject: Re: [Python.NET] Python 3 version of Python for .NET
Hi,
I've built eggs for python 2.7, 3.2 and 3.3 (windows x86 and x64) and made them available here: http://www.pyxll.com/pythonnet/
If someone can let me know how to contribute these changes back to the main project I'm happy to do that. The changes are backwards compatible so everything still works the same with older versions of python.
cheers, Tony
On Tue, Feb 26, 2013 at 6:35 PM, Tribble, Brett <btribble@ea.commailto:btribble@ea.com> wrote: This is crazy talk!
From: PythonDotNet [mailto:pythondotnet-bounces+btribblemailto:pythondotnet-bounces%2Bbtribble=ea.com@python.orgmailto:ea.com@python.org] On Behalf Of Tony Roberts Sent: Tuesday, February 26, 2013 3:31 AM To: pythondotnet@python.orgmailto:pythondotnet@python.org Subject: [Python.NET] Python 3 version of Python for .NET
Hi,
I've made the necessary changes to the Python for .NET package for it to work with Python 3.
What's the best way to get this integrated back into the main project? Can I get access to the svn repo and check it into a branch for peer review and integration? Or should I email someone a patch file?
thanks, Tony

On 2/28/2013 9:23 AM, Tony Roberts wrote:
If someone can let me know how to contribute these changes back to the main project I'm happy to do that. The changes are backwards compatible so everything still works the same with older versions of python.
If this never made it back to the main project, could I at least get a copy of the source code? I have just stumbled across this and it is exactly what I need. Of course, I have already managed to crash it because I am using Python 3 and I have discovered that PyNumber_Int has been removed from the Python C API and I would like to fix it.

Hi David,
sure, you can get the code from here: https://github.com/tonyroberts/pythonnet and I put some pre-built binaries here: http://www.pyxll.com/pythonnet/
Tony
On Mon, Jun 3, 2013 at 5:38 AM, David Lechner david@lechnology.com wrote:
On 2/28/2013 9:23 AM, Tony Roberts wrote:
If someone can let me know how to contribute these changes back to the main project I'm happy to do that. The changes are backwards compatible so everything still works the same with older versions of python.
If this never made it back to the main project, could I at least get a copy of the source code? I have just stumbled across this and it is exactly what I need. Of course, I have already managed to crash it because I am using Python 3 and I have discovered that PyNumber_Int has been removed from the Python C API and I would like to fix it.
______________________________**___________________ Python.NET mailing list - PythonDotNet@python.org http://mail.python.org/**mailman/listinfo/pythondotnethttp://mail.python.org/mailman/listinfo/pythondotnet

On 6/3/2013 1:26 AM, Tony Roberts wrote:
Hi David,
sure, you can get the code from here: https://github.com/tonyroberts/pythonnet and I put some pre-built binaries here: http://www.pyxll.com/pythonnet/
Tony
Awesome! Thanks very much!
participants (3)
-
David Lechner
-
Tony Roberts
-
Tribble, Brett