Re: [IronPython] Running the IronPython tests (on Mono)

2010-03-02 Thread Dave Fugate
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

[IronPython] IronPython 2.6 CodePlex Source Update

2010-03-02 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/64385. MODIFIED SOURCES $/IronPython/IronPython_Main/Src/IronPython/Compiler/Ast/Binar

[IronPython] Compiling with clr.CompileModules, is this a bug or it's supposed to work like this?

2010-03-02 Thread Pablo Dalmazzo
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

[IronPython] vb.net webform in asp.net website problem reloaded

2010-03-02 Thread Pablo Dalmazzo
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