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
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
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
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/
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.