Re: [IronPython] how to get mdbg to work with IP - or is it even possible?

2007-09-12 Thread Dave Fugate
This link (http://blogs.msdn.com/jmstall/archive/2005/08/31/Mdbg_Python_ext.aspx) is a bit out of date, but hopefully points you in the right direction. Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, September 12

[IronPython] how to get mdbg to work with IP - or is it even possible?

2007-09-12 Thread David . Lawler
I can debug IP 2 programs fairly nicely with clrdbg even setting break points and examining variables but I have tried to get mdbg (and cordbg) to work with no success. I am interested in mdbg because I would like to learn more about how debugging support works with the clr and with IP in part

Re: [IronPython] COM Interop: Why does this code only work in IronPython Console?

2007-09-12 Thread Kelie
On 9/12/07, Michael Foord <[EMAIL PROTECTED]> wrote: > Hello Kelie, > > Not sure, but it looks to me like your program will just exit after the > last line... Try doing a while True loop with a Thread.Sleep() in it to > keep the interpreter alive... > > Michael Foord > http://www.manning.com/foord

Re: [IronPython] Eclipse-Like Framework for .NET

2007-09-12 Thread Carlos Alberto Costa Beppler
Try Composite UI Application Block if you are using Visual Studio 2005 or Acropolis if using VS 2008. 2007/9/12, luis cota <[EMAIL PROTECTED]>: > Do any of you know of an eclipse-like framework for building applications in > .NET? I'm looking for a plug-in style architecture that provides a shell

Re: [IronPython] COM Interop: Why does this code only work in IronPython Console?

2007-09-12 Thread Michael Foord
Hello Kelie, Not sure, but it looks to me like your program will just exit after the last line... Try doing a while True loop with a Thread.Sleep() in it to keep the interpreter alive... Michael Foord http://www.manning.com/foord Kelie wrote: > Hello, > > The following code works when typed in

[IronPython] COM Interop: Why does this code only work in IronPython Console?

2007-09-12 Thread Kelie
Hello, The following code works when typed into IronPython console. But when I save the code into a file named excel.py and run ipy.exe excel.py, the event handling does not seem to work. Nothing happens when a new workbook is created. Any suggestion? Thanks a lot. import clr clr.AddReference("M

Re: [IronPython] Eclipse-Like Framework for .NET

2007-09-12 Thread Kevin Chu
Visual Studio 2008 Shell On 9/12/07, Max Belugin <[EMAIL PROTECTED]> wrote: > > #develop? > > On 9/12/07, luis cota <[EMAIL PROTECTED]> wrote: > > Do any of you know of an eclipse-like framework for building > applications in > > .NET? I'm looking for a plug-in style architecture that provides a

Re: [IronPython] Eclipse-Like Framework for .NET

2007-09-12 Thread Max Belugin
#develop? On 9/12/07, luis cota <[EMAIL PROTECTED]> wrote: > Do any of you know of an eclipse-like framework for building applications in > .NET? I'm looking for a plug-in style architecture that provides a shell of > an application with the developer creating different "views" and "plugins" > fo

[IronPython] Eclipse-Like Framework for .NET

2007-09-12 Thread luis cota
Do any of you know of an eclipse-like framework for building applications in .NET? I'm looking for a plug-in style architecture that provides a shell of an application with the developer creating different "views" and "plugins" for use within the framework. it looks like VS 2008 is going in this