Re: [IronPython] DLR IDE

2008-07-25 Thread Mitch Barnett
Hi Stefan, Looks like fun, count me in! Mitch _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Stefan Dobrev Sent: Thursday, July 24, 2008 11:39 PM To: Discussion of IronPython; [EMAIL PROTECTED] Subject: [IronPython] DLR IDE Hi all, Wouldn't be nice if we

[IronPython] Debugging Silverlight DLR app in VS 2008

2008-07-16 Thread Mitch Barnett
My apology if this has been asked before. I have followed the instructions at: http://silverlight.net/quickstarts/ProgramDlr.aspx for debugging a Silverlight app using the DLR in Visual Studio and I cannot hit a breakpoint. I am using the DLRConsole from the SDK samples as the application.

Re: [IronPython] Embedded IronPython in .NET C# WinForm app error

2008-07-11 Thread Mitch Barnett
ing error: 80004002. >>> Any help appreciated! Mitch -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mitch Barnett Sent: Tuesday, July 08, 2008 4:57 AM To: users@lists.ironpython.com Subject: [IronPython] Embedded IronPython in .NET C# WinForm ap

[IronPython] Embedded IronPython in .NET C# WinForm app error

2008-07-08 Thread Mitch Barnett
Hello, I have a .NET C# WinForm application that hosts an IronPython 1.1 engine. In the WinForm app, the scripting API is exposed through a web service interface (using Windows Communication Foundation) so that from a remote console, (over WCF), I can execute IronPython code on the computer that i

Re: [IronPython] ironpython as a scripting language for ms office

2007-09-08 Thread Mitch Barnett
Hi David, Have a look at the list of Primary Interop Assemblies (PIA's) for both versions of Office 2003 and 2007 at: http://msdn2.microsoft.com/en-us/library/15s06t57(VS.80).aspx You can install the PIA's from a redistributable package at: http://msdn2.microsoft.com/en-us/library/kh3965hw(VS.8

Re: [IronPython] Automation of Sharepoint Server 2007

2007-04-10 Thread Mitch Barnett
Hi Chetan, MOSS 2007 is fully .NET 2.0 (built on ASP.NET 2.0 actually - no COM). You can find the SDK at: http://msdn2.microsoft.com/en-us/library/ms550992.aspx Note the class library and web service reference down the tree abit. You can automate pretty much anything and everything you want in

Re: [IronPython] embedding IP in C# Windows .NET GUI

2006-06-21 Thread Lesley & Mitch Barnett
Thanks Joe! -Original Message- From: JoeSox [mailto:[EMAIL PROTECTED] Sent: June 20, 2006 6:24 AM To: Discussion of IronPython Subject: Re: [IronPython] embedding IP in C# Windows .NET GUI On 6/19/06, Lesley & Mitch Barnett <[EMAIL PROTECTED]> wrote: > Hi, > > I am tr

[IronPython] embedding IP in C# Windows .NET GUI

2006-06-19 Thread Lesley &amp; Mitch Barnett
Hi, I am trying to embed IP in my C# .NET Windows app with limited success. The closest to what I am looking for is this: http://lists.ironpython.com/pipermail/users-ironpython.com/2006-April/002205 .html But could not get it to work... I am looking to embed a single RichTextBox for both I/O a

Re: [IronPython] IronPython support In Visual Studio 2005 April VSSDK?

2006-06-07 Thread Lesley &amp; Mitch Barnett
ailto:[EMAIL PROTECTED] On Behalf Of Lesley & Mitch Barnett Sent: Friday, June 02, 2006 4:15 AM To: 'Discussion of IronPython' Subject: Re: [IronPython] IronPython support In Visual Studio 2005 April VSSDK?   Fixed my own error:   >>> from System.Reflection import * &g

Re: [IronPython] IronPython support In Visual Studio 2005 April VSSDK?

2006-06-02 Thread Lesley &amp; Mitch Barnett
osition Mapack.LuDecomposition Mapack.Matrix Mapack.QrDecomposition Mapack.SingularValueDecomposition >>>    Still have the VS debugging issue…   From: Lesley & Mitch Barnett [mailto:[EMAIL PROTECTED] Sent: June 1, 2006 10:24 AM To: 'Discussion of IronPython' Subject:

Re: [IronPython] IronPython support In Visual Studio 2005 April VSSDK?

2006-06-01 Thread Lesley &amp; Mitch Barnett
f the exception – it may contain more meaningful information.     From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lesley & Mitch Barnett Sent: Tuesday, May 30, 2006 5:02 AM To: users@lists.ironpython.com Subject: [IronPython] IronPython support In Visual Studio 2005 A

Re: [IronPython] IronPython support In Visual Studio 2005 April VSSDK?

2006-05-30 Thread Lesley &amp; Mitch Barnett
ception, and find the Python version of the exception – it may contain more meaningful information.     From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lesley & Mitch Barnett Sent: Tuesday, May 30, 2006 5:02 AM To: users@lists.ironpython.com Subject: [IronPython] IronPython s

[IronPython] IronPython support In Visual Studio 2005 April VSSDK?

2006-05-30 Thread Lesley &amp; Mitch Barnett
Hi, using the April 2005 VSSDK, I am able fire up a new Visual Studio PythonProject (Experimental Hive) using the Windows Application template.  I can drag and drop UI controls from the Toolbox onto the design surface.  However, I notice the IronPython code being generated for both the desi

Re: [IronPython] learning IronPython

2006-05-23 Thread Lesley &amp; Mitch Barnett
Thanks Michael and Richard, excellent info! Much appreciated, Mitch -Original Message- Hi Mitch, I second Michael's recommendation about comp.lang.python and Mark Pilgrim's 'Dive Into Python'. Another good online book that you might want to look at is 'How to Think Like a Computer Scie

[IronPython] Learning IronPython?

2006-05-19 Thread Lesley &amp; Mitch Barnett
Hello,   I am sure this question has been answered before, but I can’t find the answer...  I am a C# programmer and have been using MS technologies since 1991.   However, I know little about IronPython.  Can anyone suggest any books or reading material to get me up to speed ASAP?  Is th