Discussion:
[Python.NET] Python 3 version of Python for .NET
Tony Roberts
2013-02-26 11:30:50 UTC
Permalink
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
Tribble, Brett
2013-02-26 18:35:53 UTC
Permalink
This is crazy talk!

From: PythonDotNet [mailto:pythondotnet-bounces+btribble=ea.com-+ZN9ApsXKcFQFI55V6+***@public.gmane.orgg] On Behalf Of Tony Roberts
Sent: Tuesday, February 26, 2013 3:31 AM
To: pythondotnet-+ZN9ApsXKcEdnm+***@public.gmane.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
Tony Roberts
2013-02-28 15:23:40 UTC
Permalink
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
This is crazy talk!****
** **
*From:* PythonDotNet [mailto:pythondotnet-bounces+btribble=
*Sent:* Tuesday, February 26, 2013 3:31 AM
*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****
Tribble, Brett
2013-02-28 19:20:28 UTC
Permalink
Barton is probably the one to help you out. He'll likely respond shortly.

From: Tony Roberts [mailto:tony-***@public.gmane.org]
Sent: Thursday, February 28, 2013 7:24 AM
To: Tribble, Brett
Cc: pythondotnet-+ZN9ApsXKcEdnm+***@public.gmane.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-***@public.gmane.org<mailto:btribble-***@public.gmane.org>> wrote:
This is crazy talk!

From: PythonDotNet [mailto:pythondotnet-bounces+btribble<mailto:pythondotnet-bounces%2Bbtribble>=ea.com-+ZN9ApsXKcEdnm+***@public.gmane.org<mailto:ea.com-+ZN9ApsXKcEdnm+***@public.gmane.org>] On Behalf Of Tony Roberts
Sent: Tuesday, February 26, 2013 3:31 AM
To: pythondotnet-+ZN9ApsXKcEdnm+***@public.gmane.org<mailto:pythondotnet-+ZN9ApsXKcEdnm+***@public.gmane.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
David Lechner
2013-06-03 04:38:38 UTC
Permalink
Post by Tony Roberts
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-+ZN9ApsXKcEdnm+***@public.gmane.org
http://mail.python.org/mailman/listinfo/pythondotnet
Tony Roberts
2013-06-03 06:26:34 UTC
Permalink
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
Post by David Lechner
Post by Tony Roberts
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.
______________________________**___________________
http://mail.python.org/**mailman/listinfo/pythondotnet<http://mail.python.org/mailman/listinfo/pythondotnet>
David Lechner
2013-06-03 20:47:21 UTC
Permalink
Post by Tony Roberts
Hi David,
https://github.com/tonyroberts/pythonnet
and I put some pre-built binaries here: http://www.pyxll.com/pythonnet/
Tony
Awesome! Thanks very much!


_________________________________________________
Python.NET mailing list - PythonDotNet-+ZN9ApsXKcEdnm+***@public.gmane.org
http://mail.python.org/mailman/listinfo/pythondotnet

Loading...