Hi Keith, I believe that the colors were originally designed to run on the white background (better for demos). To change them, I am convinced that code change is needed at this point.
Running the generated exes ... the error you are getting, I believe, means that the referenced dlls cannot be found. Solution for now is to have ironpython dlls in the same directory. We need to add the correct references into the generated exes to get this working. It will be part of our 'static compilation' project in the future. x.txt is a by-product of the test-suite. I'll fix the suite to delete the temporary files. Snippets ... yes, release build doesn't generate snippets. Thanks Martin -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Keith J. Farmer Sent: Tuesday, August 23, 2005 8:15 PM To: Discussion of IronPython Subject: RE: [IronPython] 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, it gives an error with the following information sent to MS (for gui_winforms.py): AppName: gui_winforms.exe AppVer: 0.0.0.0 AppStamp:430be24e ModName: kernel32.dll ModVer: 5.2.3790.1830 ModStamp:42438b79 fDebug: 0 Offset: 000000000000dd30 Re TestAll.py: It cannot find the IronPythonTest.dll when I run from the command line. If I run a second time, after compiling the solution, all tests pass. If I try to run TestAll.exe, I get the same stand-alone .exe error noted above. Also, I see an x.txt document containing "Hello"? snippets.dll is back -- do I need to build using Release to hide it again? ----- Keith J. Farmer [EMAIL PROTECTED] -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martin Maly Sent: Tuesday, 23 August 2005 16:13 * calling .Net methods with "ref" parameters is fixed * del with parentheses is fixed: "del(x)" * map called on array of strings now works * static methods now display better __doc__ strings * conversions from enums to integer types are implemented * The EXEs we generate for simple winforms scripts now run standalone * parrotrun.py is now included with the release to make running our full test suite easier. * Jim also changed the way we print exception traces and added the "-X:ColorfulConsole" command line parameter _______________________________________________ users-ironpython.com mailing list users-ironpython.com@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com _______________________________________________ users-ironpython.com mailing list users-ironpython.com@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com