Re: [IronPython] IPython is breathing but there's a compile() problem

2009-06-13 Thread Mike Krell
Great! I don't build from source, but I'm looking forward to playing with this when the next beta comes out. Thanks, Mike On Fri, Jun 12, 2009 at 9:01 AM, Dino Viehland wrote: > Ok, this should now be fixed w/ the latest source push. It turned out to > be a little tricky so I wouldn’t be

Re: [IronPython] IPython is breathing but there's a compile() problem

2009-06-12 Thread Dino Viehland
m] On Behalf Of Mike Krell Sent: Tuesday, May 26, 2009 11:02 AM To: Discussion of IronPython Subject: Re: [IronPython] IPython is breathing but there's a compile() problem On Tue, May 26, 2009 at 10:50 AM, Michael Foord mailto:fuzzy...@voidspace.org.uk>> wrote I wonder if it isn&#x

Re: [IronPython] IPython is breathing but there's a compile() problem

2009-05-26 Thread Mike Krell
On Tue, May 26, 2009 at 10:50 AM, Michael Foord wrote > I wonder if it isn't in fact caused by the fact that the repr of an > IronPython syntax error doesn't change if the you add new lines to the > source code you are compiling. Yes, in this case that is the crux of the issue. Mike ___

Re: [IronPython] IPython is breathing but there's a compile() problem

2009-05-26 Thread Michael Foord
To:* Discussion of IronPython *Subject:* [IronPython] IPython is breathing but there's a compile() problem Now that 2.6B1 has frames support, I've started playing with IronPython under IPython again. I've managed to get a command prompt up (some modules are missing, but the only

Re: [IronPython] IPython is breathing but there's a compile() problem

2009-05-26 Thread Dino Viehland
try :) From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Mike Krell Sent: Monday, May 25, 2009 10:00 AM To: Discussion of IronPython Subject: [IronPython] IPython is breathing but there's a compile() problem Now that 2.6B1 has frames support, I've st

[IronPython] IPython is breathing but there's a compile() problem

2009-05-25 Thread Mike Krell
Now that 2.6B1 has frames support, I've started playing with IronPython under IPython again. I've managed to get a command prompt up (some modules are missing, but the only crucial one is codeop, which I stole from the standard distribution). However, there's a problem with entering multiline cod