[IronPython] Iron VB??

2010-08-18 Thread Joshua Kramer
That said, there's always a possibility for Iron VB. Talk about closing Wow. Iron VB? They shoud just call it Microsoft Lead: toxic, heavy, and useless for making anything except those things that destroy other things (bullets, or VB Applications). -- - http://www.globalherald.net/j

Re: [IronPython] IronPython Tools for Visual Studio

2010-04-08 Thread Joshua Kramer
I believe if you launch IronPython in such a way that it listens for debugger connections, it will allow you to do this - but I haven't done so myself yet. On Thu, 8 Apr 2010, Marty Nelson wrote: Date: Thu, 8 Apr 2010 13:34:22 -0700 From: Marty Nelson To: Joshua Kramer Cc:

Re: [IronPython] IronPython Tools for Visual Studio

2010-04-08 Thread Joshua Kramer
Marty, If you'd like to provide a dev environment to your customers now you can always include Eclipse + PyDev. It works great with IronPython, and it's far better than the "poor man's text editor" you refer to in your e-mail. Cheers, -Josh ___ Us

[IronPython] So what is left for Django?

2010-02-24 Thread Joshua Kramer
Hello, Supposing 2.6.1 RC1 (or whatever updates are currently in line for RC2) becomes 2.6.1 Final - is there a list of things that need to be done AFTER 2.6.1 to get Django working under Ipy and MS-SQL? Cheers, -Josh ___ Users mailing list Users@

[IronPython] Minor Weirdness with 2.6.1 RC1

2010-02-12 Thread Joshua Kramer
Hello, I noticed some minor weirdness with RC1. I un-installed 2.6 and installed 2.6.1 RC1, then went to run a database backup script I have. The first line in the script is... import clr When I ran the script, it said, "Can not import module clr". Tried this a few times with the same r

Re: [IronPython] IronPython in Visual Studio 2008 (fwd)

2010-01-20 Thread Joshua Kramer
Michael Foord wrote: "The short answer is no. The Wing debugger is written in C. The SharpDevelop debugger (written in C#) does work with IronPython though." I'm not sure what the language that the editor is written with has to do with it. Eclipse + PyDev is written in Java and it works 95%

Re: [IronPython] IronPython in Visual Studio 2008

2010-01-19 Thread Joshua Kramer
Hello Vicent, Regarding IronPython in Visual Studio 2008: don't try this. Visual Studio 2008 is hopelessly broken when it comes to Python, and it will mangle your Python code. At least that's the way it was when I tried it several months ago. I've been using Eclipse with PyDev with success

Re: [IronPython] IronPython 2.6 final: Debugging not working?

2010-01-11 Thread Joshua Kramer
"I ask because I can't seem to hit breakpoints in top-level code at all but so far I reliably hit them in functions - but that may just be the way the races are going on my machine." That is interesting, Dino. At first my debug program was five simple print statements. The debug breakpoint

Re: [IronPython] IronPython 2.6 final: Debugging not working?

2009-12-13 Thread Joshua Kramer
Dino, This actually appears to be a threading issue. While I was filing a bug report for PyDev I did further testing. In three debugging sessions, two sessions worked fine with full debugging and one session skipped the breakpoints. Here's a relevant debug log: This is where it DOES work

[IronPython] IronPython 2.6 final: Debugging not working?

2009-12-12 Thread Joshua Kramer
Hello, First - thanks for all the hard work going into 2.6! But something appears to have broken between 2.6rc3 and 2.6 final. In Eclipse, using either CPython 2.6.4 or IronPython 2.6rc3, I can debug a simple program. Basically, with a series of 'print' statements I can set a breakpoint on

Re: [IronPython] Ability to use CPython csv module

2009-11-18 Thread Joshua Kramer
Some time ago, William Clifford wrote: "Just curious if anyone has been able to get the CPython csv module to work with IronPython (2.6 rc2)?" I had some csv-involved tasks to complete with IronPython 2.0.2. I did not use CSV from CPython. However, there is another way to do this: http:/

Re: [IronPython] Embedding IronPython in MS-Office (fwd)

2009-11-15 Thread Joshua Kramer
A while back, Slide wrote: "You'd have to write an add-in for office that hosted the .NET runtime and provided a hosting API that IP could interact with. I don't think this would be a small undertaking." Hmm. Is there any way to have MSO "see" IPY as a Scripting or Macro Language, like it s

[IronPython] Embedding Python in MS-Office

2009-11-11 Thread Joshua Kramer
Hello, Does anyone have examples handy of how you might embed an IronPython script in MSO? For example, you might have a menu item that, when you select it, uses Python to aggregate data from outside sources and insert the data into a Word document or Excel cells. My end goal here is to m

Re: [IronPython] IronPython 2.6rc1 / PyDev: Breakpoint No Workie?

2009-10-02 Thread Joshua Kramer
Howdy, Did Dino or Fabio ever have a chance to look at this? Many Thanks!! --Josh --- I pinged Fabio off the list to see if he thought this combination should work. He says he'll take a look at it over the weekend. If it's something on our side I think we'd fix it in the final release or pu