Re: [IronPython] Version issue in IronPython.codeplex.com

2010-07-13 Thread David DiCato
Hi Max, If you downloaded it from the 2.6.1 release page, then IronPython.msi should be the correct version. The other MSI you mention is for the release candidate (RC), not the final release. Go ahead and run IronPython.msi, and just to be safe, you can fire up the IronPython Console and make

Re: [IronPython] Version issue in IronPython.codeplex.com

2010-07-13 Thread Dino Viehland
I think for simplicity of building the MSI it doesn't mention the version. The download from the site that says it's 2.6.1 for .NET 4.0 is indeed 2.6.1 for .NET 4. > -Original Message- > From: users-boun...@lists.ironpython.com [mailto:users- > boun...@lists.ironpython.com] On Behalf

Re: [IronPython] Access functions from other modules in an embedded environment

2010-07-13 Thread Curt Hagenlocher
The easiest way to import a file as a module is with ScriptRuntime.UseFile. On Mon, Jul 12, 2010 at 2:51 PM, Danny Fernandez wrote: > Hi I am planning on using IronPython 2.6.1 .NET 2.0 in a embedded in my C# > app. I am playing with able > to call python functions from C#. I had a question about

[IronPython] Version issue in IronPython.codeplex.com

2010-07-13 Thread Max Yaffe
I'm trying to update my IronPython installation from the codeplex site. The web page text says: IronPython 2.6.1 for NET 4.0 msi But the downloaded file says IronPython.msi. The installation also says IronPython 2.6. So what is being installed? 2.6 or 2.6.1? I do also have an installaller c