Re: [IronPython] IronPython on Windows CE.net?

2005-09-13 Thread Sriram Krishnan
Interesting - IronPython would need to work on the .Net Compact Framework to run on Windows Mobile phones and PocketPcs. Off the top of my head, I don't think NetCF supports the reflection magic that IronPython uses - but I could be wrong Sriram On 9/12/05, Wolfgang Keller <[EMAIL PROTECTED]> wr

Re: [IronPython] IronPython on .NET v1.1 (was Re: IronPython 0.9 released)

2005-08-06 Thread Sriram Krishnan
Also, the .NET framework itself has alwayd been a free download. Sriram On 8/6/05, Jonathan Jacobs <[EMAIL PROTECTED]> wrote: > Paul Sweeney wrote: > > Finally, on a personal level I have a licensed copy of VS 2003 at home, and > > again can't justify the cost of VS 2005 when it comes out. (Wife

RE: [IronPython] Array Access Problem

2005-05-05 Thread Sriram Krishnan
>However, any time that I think about changing an invariant of the Python language I get rather nervous about the > ramifications... One ramification that I can instantly think of is looping over an array of valuetypes. On more than one occasion, doing a foreach over an array of structs in C# ha

RE: [IronPython] To Compile or Not to compile, that's the question

2005-04-17 Thread Sriram Krishnan
Innes MacKenzie wrote: > Not on my XP laptop it doesnt. Oops - sorry - was using another shell when I tested this out.My bad. Sriram ___ users-ironpython.com mailing list users-ironpython.com@lists.ironpython.com http://lists.ironpython.com/listinfo.

RE: [IronPython] To Compile or Not to compile, that's the question

2005-04-17 Thread Sriram Krishnan
Joe Mason wrote: > > What? What OS are you talking about? On Linux it works everywhere, > even searching $PATH. On Windows, why does it matter? Don't you > just associate .py with the executable and doubleclick it? > It's the same on Windows - tab completion in your command prompt searche

RE: [IronPython] Converting an script to exe or dll

2005-04-06 Thread Sriram Krishnan
>Had to download FePy 0.7.1 and the .NET framework for my XP machine, but it *will* compile a script down to a .exe. >You just have to run the IronPythonConsole on it. I put a simple script in my IronPython\bin directory ran, >IronPythonConsole.exe on it, and ran the resulting __main__.exe dir

RE: [IronPython] Converting an script to exe or dll

2005-04-06 Thread Sriram Krishnan
Anthony Tarlano wrote: > Hello, > > Does anyone know how I can use IronPython to convert a .py script to > a PE (exe or dll) assembly? > I don't think you can do that in the current version of IronPython. But I remember Jim saying that a compiler was on the todo list Sriram __

RE: [IronPython] Renaming IronPythonConsole

2005-03-31 Thread Sriram Krishnan
>>Me too, but very unhappy that it needs 2.0. Can't there be a 1.1 and a 2.0 version? I don't think that would be possible - IronPython makes heavy use of 2.0 specific features such as Lightweight Code Generation Thanks, Sriram From: [EMAIL PROTECTED] [mailto: