[IronPython] Accessing CPython from compiled assemblies

2009-09-16 Thread David Escobar
I'm using IronPython 2.6 B2 and accessing the CPython 2.6 libraries in the standard way. import sys sys.path.append(r"c:\python26\lib") When I compile to an .exe, is there a way to link in the CPython libraries I'm using? Otherwise I get an ImportError when I run the application on a machine that

Re: [IronPython] IronPython 2.6 CodePlex Source Update

2009-09-16 Thread Michael Foord
Dino Viehland wrote: This looks like final tweaks for the 2.6 release. Other ones have just been missing "codeplexcomment" in the rush to get the final 2.6 changes in. In general the changes over the past few weeks have been: A handful of final bug fixes Moving a large amount o

Re: [IronPython] IronPython 2.6 CodePlex Source Update

2009-09-16 Thread Dino Viehland
This looks like final tweaks for the 2.6 release. Other ones have just been missing "codeplexcomment" in the rush to get the final 2.6 changes in. In general the changes over the past few weeks have been: A handful of final bug fixes Moving a large amount of Microsoft.Scripting.d

Re: [IronPython] IronPython 2.6 CodePlex Source Update

2009-09-16 Thread Michael Foord
merl...@microsoft.com wrote: This is an automated email letting you know that sources have recently been pushed out. You can download these newer sources directly from http://ironpython.codeplex.com/SourceControl/changeset/view/59219. MODIFIED SOURCES $/IronPython/IronPython_2_6/Src/

[IronPython] IronPython 2.6 CodePlex Source Update

2009-09-16 Thread merllab
This is an automated email letting you know that sources have recently been pushed out. You can download these newer sources directly from http://ironpython.codeplex.com/SourceControl/changeset/view/59219. MODIFIED SOURCES $/IronPython/IronPython_2_6/Src/IronPython.Modules/IronPython.