From Kevin.Manley at bwater.com Tue Oct 19 18:16:34 2010 From: Kevin.Manley at bwater.com (Kevin Manley) Date: Tue, 19 Oct 2010 12:16:34 -0400 Subject: [Python.NET] python 2.7 build Message-ID: <1244CB4CB1626745B6E59CF689863536619C333AE8@BW-MBXBEVS-PD.internal.bwater.com> Hi, Can you please provide a Python 2.7 build, or give me some pointers on how to build it myself? I tried building it with Visual Studio 2008 but my result crashes when I call clr.AddReference(...) Thanks, Kevin ---------------------------------------- This message is intended exclusively for the individual(s) or entity to which it is addressed. It may contain information that is proprietary, privileged or confidential or otherwise legally exempt from disclosure. If you are not the named addressee, you are not authorized to read, print, retain, copy or disseminate this message or any part of it. If you have received this message in error, please notify the sender immediately by e-mail and delete all copies of the message. -------------- next part -------------- An HTML attachment was scrubbed... URL: From PythonDotNet at jnpcarole.com Thu Oct 21 00:53:02 2010 From: PythonDotNet at jnpcarole.com (pythondotnet) Date: Wed, 20 Oct 2010 15:53:02 -0700 Subject: [Python.NET] Python 2.6 support Message-ID: <20101020155302.3e63f68611bc0deecd5a6dd5fef89a2f.f1a753b457.wbe@email00.secureserver.net> An HTML attachment was scrubbed... URL: From barton at BCDesignsWell.com Thu Oct 21 09:20:22 2010 From: barton at BCDesignsWell.com (Barton) Date: Thu, 21 Oct 2010 00:20:22 -0700 Subject: [Python.NET] Python 2.6 support In-Reply-To: <20101020155302.3e63f68611bc0deecd5a6dd5fef89a2f.f1a753b457.wbe@email00.secureserver.net> References: <20101020155302.3e63f68611bc0deecd5a6dd5fef89a2f.f1a753b457.wbe@email00.secureserver.net> Message-ID: <4CBFE9B6.9070407@BCDesignsWell.com> pythonnet-2.0-alpha2-clr2.0_py26 was compiled with VS 2008, Release, Any CPU against my working copy of SVN 110. It has been uploaded onto the SourceForge server. On 10/20/2010 3:53 PM, pythondotnet wrote: > Would you please post Python 2.6-compatible files to the download > area? Thank you! > > > _________________________________________________ > Python.NET mailing list - PythonDotNet at python.org > http://mail.python.org/mailman/listinfo/pythondotnet -------------- next part -------------- An HTML attachment was scrubbed... URL: From barton at BCDesignsWell.com Thu Oct 21 10:33:49 2010 From: barton at BCDesignsWell.com (Barton) Date: Thu, 21 Oct 2010 01:33:49 -0700 Subject: [Python.NET] python 2.7 build In-Reply-To: <1244CB4CB1626745B6E59CF689863536619C333AE8@BW-MBXBEVS-PD.internal.bwater.com> References: <1244CB4CB1626745B6E59CF689863536619C333AE8@BW-MBXBEVS-PD.internal.bwater.com> Message-ID: <4CBFFAED.7060607@BCDesignsWell.com> To quote the originator of this project: The Python.Runtime "has a lot of carnal knowledge" of the inner workings of python. It may take a while longer before the additions that have been made to python 2.7 become integrated into the pythonnet's Python.Runtime (and don't expect 3K any time soon). On 10/19/2010 9:16 AM, Kevin Manley wrote: > > Hi, > > Can you please provide a Python 2.7 build, or give me some pointers > on how to build it myself? > > I tried building it with Visual Studio 2008 but my result crashes when > I call clr.AddReference(...) > > Thanks, > > Kevin > > ---------------------------------------- > > This message is intended exclusively for the individual(s) or entity to > which it is addressed. It may contain information that is proprietary, > privileged or confidential or otherwise legally exempt from disclosure. > If you are not the named addressee, you are not authorized to read, > print, retain, copy or disseminate this message or any part of it. > If you have received this message in error, please notify the sender > immediately by e-mail and delete all copies of the message. > > > _________________________________________________ > Python.NET mailing list - PythonDotNet at python.org > http://mail.python.org/mailman/listinfo/pythondotnet -------------- next part -------------- An HTML attachment was scrubbed... URL: From lists at cheimes.de Thu Oct 21 17:29:22 2010 From: lists at cheimes.de (Christian Heimes) Date: Thu, 21 Oct 2010 17:29:22 +0200 Subject: [Python.NET] python 2.7 build In-Reply-To: <4CBFFAED.7060607@BCDesignsWell.com> References: <1244CB4CB1626745B6E59CF689863536619C333AE8@BW-MBXBEVS-PD.internal.bwater.com> <4CBFFAED.7060607@BCDesignsWell.com> Message-ID: Am 21.10.2010 10:33, schrieb Barton: > To quote the originator of this project: The Python.Runtime "has a lot > of carnal knowledge" of the inner workings of python. It may take a > while longer before the additions that have been made to python 2.7 > become integrated into the pythonnet's Python.Runtime (and don't expect > 3K any time soon). Years ago it took me a lot of time and fiddling to add support for Python 2.5 and 2.6. Python.NET heavily relies on the Python ABI and memory layout of structs. Everytime a struct member is added, removed or modified the type definitions in Python.NET must follow, too. Your best change to get it fixed is a diff of all header files between the release26-maint and release27-maint branch. Good luck! Christian From barton at BCDesignsWell.com Fri Oct 22 10:53:14 2010 From: barton at BCDesignsWell.com (Barton) Date: Fri, 22 Oct 2010 01:53:14 -0700 Subject: [Python.NET] Python 2.6 support In-Reply-To: <20101021080929.3e63f68611bc0deecd5a6dd5fef89a2f.c7040adc5d.wbe@email00.secureserver.net> References: <20101021080929.3e63f68611bc0deecd5a6dd5fef89a2f.c7040adc5d.wbe@email00.secureserver.net> Message-ID: <4CC150FA.6070109@BCDesignsWell.com> This is now fixed. Turn out that all testing was done against the managed console which happily picked up the python25.dll with the PYTHON2x symbol set incorrectly. My apologies, -Barton On 10/21/2010 8:09 AM, pythondotnet wrote: > Thanks for the quick post Barton. I tried the new build but am getting > the "dynamic module not initialized properly" error on the first line > of my script ("import clr"). I verified the new clr.pyd and > Python.Runtime.dll files are in the Python26\DLL dir. > > Python 2.6.6 > Windows Vista, 32-bit. > > -------- Original Message -------- > Subject: Re: [Python.NET ] Python 2.6 support > From: Barton > > Date: Thu, October 21, 2010 1:20 am > To: pythondotnet > > Cc: pythondotnet at python.org > > pythonnet-2.0-alpha2-clr2.0_py26 was compiled with VS 2008, > Release, Any CPU against my working copy of SVN 110. > It has been uploaded onto the SourceForge server. > > On 10/20/2010 3:53 PM, pythondotnet wrote: >> Would you please post Python 2.6-compatible files to the download >> area? Thank you! >> >> >> _________________________________________________ >> Python.NET mailing list -PythonDotNet at python.org >> http://mail.python.org/mailman/listinfo/pythondotnet > -------------- next part -------------- An HTML attachment was scrubbed... URL: From barton at BCDesignsWell.com Mon Oct 25 11:41:20 2010 From: barton at BCDesignsWell.com (Barton) Date: Mon, 25 Oct 2010 02:41:20 -0700 Subject: [Python.NET] Python 2.6 support In-Reply-To: <20101024191754.3e63f68611bc0deecd5a6dd5fef89a2f.119f2b9f80.wbe@email00.secureserver.net> References: <20101024191754.3e63f68611bc0deecd5a6dd5fef89a2f.119f2b9f80.wbe@email00.secureserver.net> Message-ID: <4CC550C0.1030603@BCDesignsWell.com> This is actually built with the release configuration + pdb output to assist the runtime in identifying the location of any fatal error (just in case). On 10/24/2010 7:17 PM, pythondotnet wrote: > The debug bits are working for me. When you get a chance, would you > please post the release build? Thanks again. > > -------- Original Message -------- > Subject: Re: [Python.NET ] Python 2.6 support > From: Barton > > Date: Fri, October 22, 2010 2:53 am > To: pythondotnet >, > "'pythondotnet at python.org '" > > > > This is now fixed. Turn out that all testing was done against the > managed console which happily picked up the python25.dll with the > PYTHON2x symbol set incorrectly. > My apologies, > -Barton > > On 10/21/2010 8:09 AM, pythondotnet wrote: >> Thanks for the quick post Barton. I tried the new build but am >> getting the "dynamic module not initialized properly" error on >> the first line of my script ("import clr"). I verified the new >> clr.pyd and Python.Runtime.dll files are in the Python26\DLL dir. >> >> Python 2.6.6 >> Windows Vista, 32-bit. >> >> -------- Original Message -------- >> Subject: Re: [Python.NET ] Python 2.6 support >> From: Barton > > >> Date: Thu, October 21, 2010 1:20 am >> To: pythondotnet > > >> Cc: pythondotnet at python.org >> >> pythonnet-2.0-alpha2-clr2.0_py26 was compiled with VS 2008, >> Release, Any CPU against my working copy of SVN 110. >> It has been uploaded onto the SourceForge server. >> >> On 10/20/2010 3:53 PM, pythondotnet wrote: >>> Would you please post Python 2.6-compatible files to the >>> download area? Thank you! >>> >>> >>> _________________________________________________ >>> Python.NET mailing list -PythonDotNet at python.org >>> http://mail.python.org/mailman/listinfo/pythondotnet >> -------------- next part -------------- An HTML attachment was scrubbed... URL: