Re: [IronPython] Program.py can't find its DLL when compiled with pyc.py

2011-06-13 Thread Dave Wald
On 6/13/2011 7:13 PM, Brian Wilson wrote: Can anyone shed any light on this? I spent several hours searching the Web for some hints with no luck. Using VS2010, I built a little IronPython program and added a Windows form to it as a separate project. It all works fine when invoked as "ipyw.exe -D

Re: [IronPython] Moving forward on 2.7.1

2011-06-01 Thread Dave Wald
On 5/31/2011 4:27 PM, Jeff Hardy wrote: Hi all, I think it's about time to get 2.7.1 shipped. I don't have a timeline in mind, but I'd like it out by the end of June. There's a few new modules and some bug fixes as well, but I'd like to see some more bugs fixed. If there's anything in 2.7.0 that'

Re: [IronPython] Python Tools for Visual Studio now accepting contributions

2011-05-11 Thread Dave Wald
On 5/11/2011 3:39 PM, Dino Viehland wrote: Keith wrote: Please forgive my ignorance on this matter (I don't currently use any of the integrated VS functionality - have been working with embedding the runtime in an existing application), but what is the difference between "IronPython Tools" and "

Re: [IronPython] IronPython Tools v2.7 - Console Application - custom ipy.exe

2011-04-24 Thread Dave Wald
Hey CB - You might have a look at how IPython does it. http://ipython.scipy.org/moin/ They have a pretty good walkthrough on integrating it, and IPython ain't no slouch. Only problem is, it depends on GNU readline (Or, in this case PyReadline, which is not DLR-aware at this point and needs some

Re: [IronPython] New clr.ImportExtensions (LINQ) Syntax

2011-04-12 Thread Dave Wald
Very good. Thanks so much Dino! On 4/11/2011 9:25 PM, Dino Viehland wrote: Dave wrote: Okay. Never mind. There's already an open bug for this I just found. http://ironpython.codeplex.com/workitem/30379 I've assigned this bug to myself. I'll take a look and fix it, my guess is there's somethi

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

2011-04-11 Thread Dave Wald
IronPython development not to mention all the other improvements over IronPython Tools that have been made. So please give it a try and let us know if you run into any additional issues. *From:*users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] *On Behalf Of *Dave Wald

Re: [IronPython] New clr.ImportExtensions (LINQ) Syntax

2011-04-09 Thread Dave Wald
Okay. Never mind. There's already an open bug for this I just found. http://ironpython.codeplex.com/workitem/30379 ___ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

[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 th

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 wou

Re: [IronPython] No module named wpf - VS2010

2011-04-02 Thread Dave Wald
Hi Chris, See what happens if you just set the Interpreter Path explicitly in the project properties page. That's all I've been doing. In Solution Explorer, right click the project file and select "Properties" to open the properties page. Set the "Interpreter Path" field to the actual path of y

Re: [IronPython] [Code Review] Custom PAL fixes

2011-03-31 Thread Dave Wald
I don't mind a bit. I like having a sense of what's going on. On 3/31/2011 8:05 PM, Jimmy Schementi wrote: Just checked in some small fixes to make the Importer use a custom Platform Adaptation Layer. I also started to tweak clr.CompileModules a bit, but backed those changes out, so just ignor

Re: [IronPython] IronPython 2.7 Now Available

2011-03-13 Thread Dave Wald
It's an amazing, incredible body of work. Many Thanks to all the developers and contributors. Dave On 3/12/2011 10:36 PM, Jeff Hardy wrote: On behalf of the IronPython team, I'm very pleased to announce the release of IronPython 2.7. This release contains all of the language features of Python

Re: [IronPython] Authenticode Signing of Releases

2011-02-23 Thread Dave Wald
It would be better for acceptance and evangelistic purposes, in my shop anyway, (but that's another story...) Hell, I might even chip in a few bucks if need be. But I really don't care. I trust you guys... ;-) On 2/23/2011 10:58 AM, Jeff Hardy wrote: Older releases of IronPython were authen

Re: [IronPython] Embedding IPython Shell into IronPython

2011-02-20 Thread Dave Wald
Jörgen, I spent a good bit of time with pyreadline over the weekend but was not able to get it to work. It appears that the IronPython-related code is not DLR-aware. I went ahead and entered a bug report with my findings: https://bugs.launchpad.net/pyreadline/+bug/722440 Best regards, Dave On

Re: [IronPython] Embedding IPython Shell into IronPython

2011-02-15 Thread Dave Wald
Jörgen, Thanks for the heads up. I'll take a run at it and see what kind of shape it's in. Dave On 2/15/2011 11:35 AM, Jörgen Stenarson wrote: Dave Wald skrev 2011-02-15 15:31: Federico, No problem. Enjoyed working on it. Now, the even better news. PyReadline HAS BEEN ported to

Re: [IronPython] Embedding IPython Shell into IronPython

2011-02-15 Thread Dave Wald
d it yet. I'll head over to their forums and see if there is something I am missing. Federico On 11/02/2011 05:09, Dave Wald wrote: First off, Thanks to all the developers! 2.7b1 and b2 have been excellent so far, at least as far as my current needs go. The new subprocess module is g

Re: [IronPython] Embedding IPython Shell into IronPython

2011-02-10 Thread Dave Wald
First off, Thanks to all the developers! 2.7b1 and b2 have been excellent so far, at least as far as my current needs go. The new subprocess module is great. Came just in time. Great work! Federico, Your post caught my eye, as I also like good embeddable console apps. Hadn't used IPython befo