Re: [Python.NET] Fwd: PythonNET 2.0 Alpha2 and .NET 4.0

2011-01-21 Thread Barton
You have a missing project file setting. I've been reluctant to push my project file because it's apt to break other peoples builds. in Python.Runtime.csproj, add the line between On 1/17/2011 6:15 AM, Oleksii Bidiuk wrote: Hi Barton, thanks for the update! I've got the latest version

Re: [Python.NET] Fwd: PythonNET 2.0 Alpha2 and .NET 4.0

2011-01-20 Thread Oleksii Bidiuk
Hi Barton, any news on the problem with ConstructorBinder/ConstructorBinding below? It seems like the ConstructorBinding class was not checked in. Could this be the case? Thanks in advance. 2011/1/17 Oleksii Bidiuk > Hi Barton, > > thanks for the update! I've got the latest version, but the ch

Re: [Python.NET] Fwd: PythonNET 2.0 Alpha2 and .NET 4.0

2011-01-17 Thread Oleksii Bidiuk
Hi Barton, thanks for the update! I've got the latest version, but the changes to the classmanager.cs do not seem to compile // Implement Overloads on the class object ConstructorBinding ctors = new ConstructorBinding(type, tp, co.binder); // ExtensionType types are untracked, so don't Incref() t

Re: [Python.NET] Fwd: PythonNET 2.0 Alpha2 and .NET 4.0

2011-01-16 Thread Barton
This has been pushed to the trunk @ version 122 on the 9th of January, 2011. See the Tracker/Patches for details. On 1/11/2011 6:17 AM, Oleksii Bidiuk wrote: Hi Barton, do you still have any plans to work on the merge? I am curious what the changes are (how much, what impact do they have) and

Re: [Python.NET] Fwd: PythonNET 2.0 Alpha2 and .NET 4.0

2011-01-11 Thread Oleksii Bidiuk
Hi Barton, do you still have any plans to work on the merge? I am curious what the changes are (how much, what impact do they have) and whether there something can be done to help you with this. Thanks in advance! 2011/1/7 Barton > I've got this working on my private (for the moment) branch.

Re: [Python.NET] Fwd: PythonNET 2.0 Alpha2 and .NET 4.0

2011-01-08 Thread Oleksii Bidiuk
Yes please! 2011/1/7 Barton > I've got this working on my private (for the moment) branch. I could do > this merge by this weekend if folks will find it useful. > -Barton > > > On 1/6/2011 6:59 AM, Oleksii Bidiuk wrote: > > Hi Alla, > > thanks for your prompt repsonse. In Python terms String(

Re: [Python.NET] Fwd: PythonNET 2.0 Alpha2 and .NET 4.0

2011-01-07 Thread Tribble, Brett
Merge away! From: pythondotnet-bounces+btribble=ea@python.org [mailto:pythondotnet-bounces+btribble=ea@python.org] On Behalf Of Barton Sent: Friday, January 07, 2011 1:02 AM To: Oleksii Bidiuk Cc: pythondotnet@python.org Subject: Re: [Python.NET] Fwd: PythonNET 2.0 Alpha2 and .NET 4.0

Re: [Python.NET] Fwd: PythonNET 2.0 Alpha2 and .NET 4.0

2011-01-07 Thread Barton
I've got this working on my private (for the moment) branch. I could do this merge by this weekend if folks will find it useful. -Barton On 1/6/2011 6:59 AM, Oleksii Bidiuk wrote: Hi Alla, thanks for your prompt repsonse. In Python terms String('A') means constructor with a string parameter