[IronPython] Python Tools Beta Pluing - No Toolbox Items

2011-04-08 Thread Chris
Hi all, I have installed the Python Tools for Visual Studio beta 1, and im having trouble getting any tools in the WPF designer. This has worked OK, but with the tools packaged with the IronPython install. I actually did a fresh install on another box recently and only ever installed the beta

Re: [IronPython] Fwd: IronPython and Mono are very old. How can we get an update?

2011-04-08 Thread Jeff Hardy
Vernon, thank you very much for handling this! On Thu, Apr 7, 2011 at 7:26 PM, Vernon Cole vernondc...@gmail.com wrote: This may still be a sticky spot.  The tarball does contain IronRuby, but what version? Should be 1.1.3. There must be a version identifier somewhere, but it is not obvious.

Re: [IronPython] Python Tools Beta Pluing - No Toolbox Items

2011-04-08 Thread Dino Viehland
I ran into that too and it's fixed for the next release (along w/ IronPython Silverlight debugging which was also broken). The fix is checked in so if you can build from source you can download the current sources and do that. Otherwise the next release should be happening in the next few

Re: [IronPython] Python Tools Beta Pluing - No Toolbox Items

2011-04-08 Thread Dave Wald
Chris, Lest you think I gave you a bum steer the other day, here's what happened: By the time I switched over to the new tools, I already had all my layout done in the designer, and was just working in XAML and code. I never realized the toolbox wasn't working! But thanks for the heads up. I

[IronPython] New clr.ImportExtensions (LINQ) Syntax

2011-04-08 Thread Dave Wald
Hi all - I've been experimenting with with the new extension method import facility and so far it is working well, more or less as I expected, except that I'm getting an error message when I try to chain Linq method calls. I don't know whether this should be considered a bug or not. It seems