Just checked a couple of our releases and harness.py is available with at least
2.6.1 RC1 and 2.6 Beta 2 (July 2009). Maybe you're using IronPython 2.0.x?
The exact harness.py instructions (for Windows at least) are:
1. Download and unzip the source zip file
2. Build the Debug configuration of S
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/64385.
MODIFIED SOURCES
$/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/Binar
Hi,
when I compile a .py file to dll by using clr.CompileModules(), if the .py file
has actually the extension
.aspx.py instead of .py , the module in the dll created can't be imported. Now
if you do that in VB.NET
(compiling a .aspx.vb file to dll) it works.
Is that not supposed to be allowe
Hi there,
So, I finally got the dlls files made with IronPython to work in asp.net by
updating to the last version of IronPython and
compiling them with clr.CompileModules() . So I thought, there is nothing now
to stop me from using IronPython for
comercial projects.
Now I work with oth