Re: [IronPython] IronPython 2.6 Beta 1 Released

2009-05-20 Thread Davy Mitchell
Good release guys - thanks. Start up performance is awesome :-) So people know, you have to uninstall the alpha before you run the MSI (well happened for me on XP and Win7). Cheers, Davy -- Davy Stuff - http://daftspaniel.blogspot.com Geeky Stuff - http://daftpython.blogspot.com Davy's I

Re: [IronPython] Where can i find IronPython 2.0.1 Document?

2009-05-20 Thread 东子
OK! Thanks Dino. I got it . Hydon l...@sh ERP/Retail/Python 2009/5/21 Dino Viehland > If you go to the DLR site (http://dlr.codeplex.com) there are docs/specs > there (http://dlr.codeplex.com/Wiki/View.aspx?title=Docs%20and%20specs). > > > > They’re not in CHM form but you might find they’re

Re: [IronPython] IronPython for ASP.Net

2009-05-20 Thread Adam Brand
Hi Jimmy, Until we're able to get the source code fully released, do you think it would be possible to maybe get four or five volunteers NDA'd source code access to update the build? Regardless of when the source code is released, that work would need to get done.so maybe this way we could get

Re: [IronPython] IronPython 2.6 Beta 1 Released

2009-05-20 Thread Jeff Hardy
Good work, guys! Speaking of installers, are there any plans to have an option for putting the 2.6 assemblies in the GAC? On Wed, May 20, 2009 at 2:45 PM, Dino Viehland wrote: > Hello Python Community, > ... ___ Users mailing list Users@lists.ironpytho

Re: [IronPython] IronPython for ASP.Net

2009-05-20 Thread Jimmy Schementi
First off, it hasn't been three years: a refresh was released 8 months ago, and sent to this very list: http://lists.ironpython.com/pipermail/users-ironpython.com/2008-September/008497.html Secondly, rather than just producing these one off releases (where are very taxing on the team), we're doi

Re: [IronPython] Where can i find IronPython 2.0.1 Document?

2009-05-20 Thread Dino Viehland
If you go to the DLR site (http://dlr.codeplex.com) there are docs/specs there (http://dlr.codeplex.com/Wiki/View.aspx?title=Docs%20and%20specs). They're not in CHM form but you might find they're actually much better than the CHM. From: users-boun...@lists.ironpython.com [mailto:users-boun...

[IronPython] Where can i find IronPython 2.0.1 Document?

2009-05-20 Thread 东子
Hi guys! When IronPython 2.0 alpha1 be used, I downloaded the source and found a Microsoft.script API document("Microsoft.scripts.chm"). But Now, I CANNOT find API document in Ironpython 2.0.1 stable binary and source. Where can i find it ? thanks a lot. Hydon l...@sh ERP/Retail/Python _

Re: [IronPython] How to return dynamic length array from c# method

2009-05-20 Thread men8th
OK, I can answer my own question... forgot the brackets after the method call: intensity_current_array = capture.getY should be intensity_current_array = capture.getY() doh! -- View this message in context: http://www.nabble.com/How-to-return-dynamic-length-array-from-c--method-tp23634241p23

[IronPython] IronPython 2.6 Beta 1 Released

2009-05-20 Thread Dino Viehland
Hello Python Community, We're pleased to announce the release of IronPython 2.6 Beta 1. As you might imagine, this release is all about supporting new CPython 2.6 features such as the 'bytes' and 'bytearray' types (PEP 3112), decorators for classes (PEP 3129), advanced string formatting (PEP 3

[IronPython] IronPython for ASP.Net

2009-05-20 Thread Dody Gunawinata
Is there any update for IronPython for ASP.Net? It has been three years since IronPython support for ASP.Net introduced with the release of the whitepaper ( http://www.asp.net/DynamicLanguages/whitepaper/) and the first binary. Since then I think we've had Katrina, a Beijing Olympic, a new Presiden

[IronPython] Announcing IronPython 2.6 CTP for .NET 4.0 Beta 1

2009-05-20 Thread Dave Fugate
Hello Python Community, We're quite pleased to announce the release of "IronPython 2.6 CTP for .NET 4.0 Beta 1". This is our second preview of IronPython running under the Dynamic Language Runtime that is built directly into a .NET 4.0 release! As before, this release allows you to use IronPy

[IronPython] IronPython 2.6 CodePlex Source Update

2009-05-20 Thread merllab
This is an automated email letting you know that sources have recently been pushed out. You can download these newer sources directly from http://ironpython.codeplex.com/SourceControl/changeset/view/51333. ADDED SOURCES $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Scripting/Acti