Re: [IronPython] Better NumPy/SciPy Support for IronPython

2010-07-02 Thread Dave Fugate
From: users-boun...@lists.ironpython.com [users-boun...@lists.ironpython.com] on behalf of Michael Foord [fuzzy...@voidspace.org.uk] Sent: Thursday, July 01, 2010 2:44 PM To: Discussion of IronPython Subject: Re: [IronPython] Better NumPy/SciPy Support for IronPyt

Re: [IronPython] Conflicting information with Ironpython and MapWindowGIS interop

2010-07-02 Thread Dino Viehland
Does: System.Activator.CreateInstance(MapWinGIS.Shapefile) Work when you're using the original shape file? It could be that Shapefile is actually a COM interface. Currently we don't support calling COM interfaces directly but I've heard recently that it's something that C# lets you do. If that

Re: [IronPython] Developing Silverlight apps using IronPython -- best strategies

2010-07-02 Thread Jimmy Schementi
> -Original Message- > From: users-boun...@lists.ironpython.com [mailto:users- > boun...@lists.ironpython.com] On Behalf Of Jan-Philip Gehrcke > Sent: Friday, July 02, 2010 11:02 AM > To: users@lists.ironpython.com > Subject: [IronPython] Developing Silverlight apps using IronPython -- best

[IronPython] Developing Silverlight apps using IronPython -- best strategies

2010-07-02 Thread Jan-Philip Gehrcke
Dear list, I'm totally new to Silverlight (SL) development and it seems that I can benefit from my Python experience by combining SL with IronPython (at which I've never looked before, too). In the last days, I crawled the web and tried to get an impression of what is the best way to start. D

[IronPython] IronPython 2.6 CodePlex Source Update

2010-07-02 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/71898. MODIFIED SOURCES $/IronPython/IronPython_Main/Hosts/Silverlight/Microsoft.Scrip

Re: [IronPython] Conflicting information with Ironpython and MapWindowGIS interop

2010-07-02 Thread Bruce Bromberek
Thanks Dino. But now I get >>> shapefile1 = MapWinGIS.Shapefile() Traceback (most recent call last): File "", line 1, in TypeError: Cannot create instances of Shapefile because it is abstract So then I poked around a bit and found ShapeFileClass, but then I get a different error. >>> s=MapW

Re: [IronPython] Announcing IronPython Tools for Visual Studio CTP3

2010-07-02 Thread Michael Foord
On 02/07/2010 00:35, Jimmy Schementi wrote: Keep in mind, these downloads are hosted on the website directly only while we have this temporary license; once the source code is released as well, the downloads will move to CodePlex. Right, but the changes I were suggesting were really simple one