RE: [IronPython] IronPython 0.9.1 released

2005-09-02 Thread Martin Maly
Hi Keith, sorry for the long time it took to respond, > Keith J. Farmer Wrote: > ILMerge, or GAC? We are not installing IronPython in the GAC yet because of the stage of development we are in. I am guessing that once we hit 1.0, the bits could easily live in GAC. > Out of curiosity, is there go

RE: [IronPython] IronPython 0.9.1 released

2005-08-25 Thread Keith J. Farmer
ILMerge, or GAC? I think I'd prefer the latter, though that goes against the idea of no having to know anything about what language something was written in. Your diagnosis was correct -- copying the dlls worked. Out of curiosity, is there going to be the equivalent of pyw, or some switch to tell

RE: [IronPython] IronPython 0.9.1 released

2005-08-24 Thread Martin Maly
onPython] IronPython 0.9.1 released I'm running on the x64 Framework. Re ColorfulConsole: the colors are dark, and difficult to view against black. Is there a way to set them? Re Stand-alone .exe: I see that .exe files are generated, but when I try to execute them from explorer, i

RE: [IronPython] IronPython 0.9.1 released

2005-08-23 Thread Keith J. Farmer
I'm running on the x64 Framework. Re ColorfulConsole: the colors are dark, and difficult to view against black. Is there a way to set them? Re Stand-alone .exe: I see that .exe files are generated, but when I try to execute them from explorer, it gives an error with the following information sen

[IronPython] IronPython 0.9.1 released

2005-08-23 Thread Martin Maly
Hello IronPython community, Today we have released IronPython 0.9.1, a small incremental release that contains several fixes for issues that were found in the 0.9 release and few changes in the console experience. The list of changes: * calling .Net methods with "ref" parameters is fixed * del w