[IronPython] Users Digest, Vol 47, Issue 3

David Jensen davidjensen at usa.net
Wed Jun 4 15:36:18 CEST 2008


I would like to know what support there is for ironpython in vs 2008. The only
thing I can find is something for vs 2005 (it did not look like much) and a
comment that it did not support Vista(!).

------ Original Message ------
Received: Tue, 03 Jun 2008 10:03:37 PM EDT
From: users-request at lists.ironpython.com
To: users at lists.ironpython.com
Subject: Users Digest, Vol 47, Issue 3

> Send Users mailing list submissions to
> 	users at lists.ironpython.com
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
> or, via email, send a message with subject or body 'help' to
> 	users-request at lists.ironpython.com
> 
> You can reach the person managing the list at
> 	users-owner at lists.ironpython.com
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Users digest..."
> 
> 
> Today's Topics:
> 
>    1. Iron Python debuggin using PythonEngine (Michael Stephens)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Mon, 2 Jun 2008 23:01:13 -0600
> From: "Michael Stephens" <falcon at uwyo.edu>
> Subject: [IronPython] Iron Python debuggin using PythonEngine
> To: users at lists.ironpython.com
> Message-ID:
> 	<d7c24baf0806022201x2707f56fmae2599e59281d55d at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> Hello all, This is my first post so bear with me!
> 
> My company is using iron python as an embedded scripting engine and we are
> loving every piece of it.  I just downloaded IronPython Studio and am
> working on making our scripts available to the studio for editing so we can
> get intellisense.  As a side project I wanted to see if I could get Iron
> Python to work with break points. In python studio I "ran without
debugging"
> this piece of code.  It forced me to connect to vs2008 and allowed me to
> find my program.py file and debug it.
> 
> hello = "Hello VSX!!!"
> import System
> import System.Diagnostics
> print hello
> System.Diagnostics.Debugger.Launch()
> System.Diagnostics.Debugger.Break()
> print hello
> 
> The problem lies when i execute this file from the PythonEngine.  The code
> below is in c# and when executed prompts me to attach to C# program.cs not
> program.py .
>             PythonEngine eng = new PythonEngine();
>             eng.CreateModule();
>             eng.Import("System");
>             eng.Import("System.Diagnostics");
>             eng.ExecuteFile(@"IronPython
> Studio\ConsoleApplication3\ConsoleApplication3\Program.py");
> 
> Does anyone have any ideas on how to get this to work.  I really love the
> idea of hosting ironpython in our application but we could definitely use
> the ability to get breakpoints.
> 
> 
> 
> -- 
> Michael Stephens
> 
> Electrical Engineering Graduate Student
> University of Wyoming
> falcon at uwyo.edu or 89iroc at gmail.com
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
<http://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20080602/b99edfe0/attachment.html>
> 
> ------------------------------
> 
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
> 
> 
> End of Users Digest, Vol 47, Issue 3
> ************************************
> 






More information about the Ironpython-users mailing list