[IronPython] C# - IronPython Integration

Boris Aronshtam boris_aronshtam at vdptech.com
Tue Aug 11 16:48:20 CEST 2009


Thanks Justin. I have obtained the book yesterday. Indeed, the book is
invaluable. Especially in C# - IronPython integration. I will post a
favorite review on Amazon regarding the book.

 

Here is another question. How do I debug IronPython from C#. 

 

1.      Using Debug flag in options I can put break-points in IronPython
code and single-step  through it. But I cannot view the variables. 

2.      It would be great if somehow I can invoke IronPython shell from a
break-point, so I can interactively examine the code and play with it. Is it
possible?

3.      For some reason Dir() output does not go to Console. Where does it
go?

 

Thanks,

Boris

 

From: Justin Regele [mailto:jregele23 at gmail.com] 
Sent: Tuesday, August 11, 2009 4:21 AM
To: Discussion of IronPython
Subject: Re: [IronPython] C# - IronPython Integration

 

Hi,

Also get Michael's book. The web is pretty lacking in helping you get going,
but the book is invaluable.

On Mon, Aug 10, 2009 at 10:49 PM, Boris Aronshtam
<boris_aronshtam at vdptech.com> wrote:

Thanks!

 

From: Curt Hagenlocher [mailto:curt at hagenlocher.org] 
Sent: Sunday, August 09, 2009 11:21 AM


To: Discussion of IronPython
Subject: Re: [IronPython] C# - IronPython Integration

 

There probably isn't one. But these are just helpers for functionality
that's in the DLR hosting spec. The source ought to be pretty
self-explanatory.

On Sun, Aug 9, 2009 at 10:28 AM, Boris Aronshtam
<boris_aronshtam at vdptech.com> wrote:

Thanks a lot for your reply. I do see DLR description (Microsoft.Scripting
namespace), but I fail to see IronPython.Hosting namespace. Do you know
where can I find the spec on it?

 

Thanks,

Boris

 

From: Dody Gunawinata [mailto:empirebuilder at gmail.com] 
Sent: Sunday, August 09, 2009 12:37 AM
To: Discussion of IronPython
Subject: Re: [IronPython] C# - IronPython Integration

 

http://dlr.codeplex.com/Wiki/View.aspx?title=Docs%20and%20specs 

 

Download the dlr-spec-hosting document.

On Sat, Aug 8, 2009 at 8:10 AM, <boris_aronshtam at vdptech.com> wrote:

I am new to IronPython. I am trying to add IronPython scripting support to
my C# program. I have a number of questions.

Namespaces
----------
Looking at C# examples on WWW, I can see:

using IronPython.Hosting;
using Microsoft.Scripting;
using Microsoft.Scripting.Hosting;

Where can I get documentation on these namespaces?



_______________________________________________
Users mailing list
Users at lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com




-- 
nomadlife.org <http://nomadlife.org/> 


_______________________________________________
Users mailing list
Users at lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

 


_______________________________________________
Users mailing list
Users at lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20090811/bfe43423/attachment.html>


More information about the Ironpython-users mailing list