Re: [Python.NET] Python 3 version of Python for .NET

2013-07-06 Thread Kyle Rocha
Ah, cheers. On 5 Jul 2013 08:16, "Tony Roberts" wrote: > Anywhere on your pythonpath should do. If you use the setupwin.py from my > github fork you should just be able to do 'python setupwin.py install' to > put it in your site-packages (best to use virtualenv if you do that). > > Tony. > > > On

Re: [Python.NET] Python 3 version of Python for .NET

2013-07-05 Thread Tony Roberts
Yes, I made some changes to get it working in Python 3 a while ago. The code's on github: https://github.com/tonyroberts/pythonnet. I've tested it with 3.3 x64 and it works ok for me (although I've only really used the 3.2 x64 build extensively). regards, Tony On Fri, Jul 5, 2013 at 3:56 AM, Ky

Re: [Python.NET] Python 3 version of Python for .NET

2013-06-03 Thread David Lechner
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! _ Python.

Re: [Python.NET] Python 3 version of Python for .NET

2013-06-02 Thread Tony Roberts
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 wrote: > On 2/28/2013 9:23 AM, Tony Roberts wrote: > >> If someone can let me kno

Re: [Python.NET] Python 3 version of Python for .NET

2013-06-02 Thread David Lechner
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 proje

Re: [Python.NET] Python 3 version of Python for .NET

2013-02-28 Thread Tribble, Brett
Barton is probably the one to help you out. He'll likely respond shortly. From: Tony Roberts [mailto:[email protected]] Sent: Thursday, February 28, 2013 7:24 AM To: Tribble, Brett Cc: [email protected] Subject: Re: [Python.NET] Python 3 version of Python for .NET Hi, I've buil

Re: [Python.NET] Python 3 version of Python for .NET

2013-02-28 Thread Tony Roberts
t; *Sent:* Tuesday, February 26, 2013 3:31 AM > *To:* [email protected] > *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 >

Re: [Python.NET] Python 3 version of Python for .NET

2013-02-26 Thread Tribble, Brett
This is crazy talk! From: PythonDotNet [mailto:[email protected]] On Behalf Of Tony Roberts Sent: Tuesday, February 26, 2013 3:31 AM To: [email protected] Subject: [Python.NET] Python 3 version of Python for .NET Hi, I've made the necessary changes t

[Python.NET] Python 3 version of Python for .NET

2013-02-26 Thread Tony Roberts
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 fi