Re: [IronPython] CreateScriptSourceFrom ... database?

2010-03-01 Thread Dino Viehland
Are the \r and \n getting escaped somehow? There should be no problem if the new lines are in the string the same as they would be in a file. Your solution generally sounds like the right and easy one to go with. If you wanted a more complicated solution you could replace the PlatformAdaptionL

[IronPython] IronPython 2.6 CodePlex Source Update

2010-03-01 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/64372. MODIFIED SOURCES $/IronPython/IronPython_2_6/Src/AssemblyVersion.cs $/I

[IronPython] IronPython 2.6 CodePlex Source Update

2010-03-01 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/64370. MODIFIED SOURCES $/IronPython/IronPython_Main/Src/Runtime/Microsoft.Dynamic/Int

[IronPython] Updated Website but no updated gestalt

2010-03-01 Thread Cronin, Ted
So, the new IronPython Browser page looks nice, there is a lot more concentrated here on this page, but the gestalt version is still at gestalt-20091120, so will there be an updated version that supports our own assemblies uploaded so that we can take advantage of this methodology, hopefully so

Re: [IronPython] Are there plans for IronPython in Action II?

2010-03-01 Thread Michael Foord
On 01/03/2010 14:04, Pablo Dalmazzo wrote: Michael? Hello Pablo, There is very little in IronPython in Action that is actually incorrect, but both Silverlight 3 and IronPython 2.6 have been released since the book was published. An update to the book would probably remove most of the refe

[IronPython] [Newbie] Problem with Getting Started code

2010-03-01 Thread Michael M Mason
I've been trying the Getting Started example code (from http://ironpython.net/browser/gettingstarted.html) but I get an error message. The message is:- TypeError: unsupported operand type(s) for +: 'NoneType' and 'function' and the code that causes it is this (marked line appears to be the caus

[IronPython] Are there plans for IronPython in Action II?

2010-03-01 Thread Pablo Dalmazzo
Michael? _ Hotmail en tu celu ¡fácil y sin descargas! Ingresá a mobile.live.com y envía correos donde estés http://www.windowsliveformobile.com/es/hotmail/default.aspx

[IronPython] CreateScriptSourceFrom ... database?

2010-03-01 Thread Mark Grice
I have a series of Python scripts that I am running from my C# program. I use the CreateScriptSourceFromFile() method to read in the file and execute it. I would like, however, to move these scripts to a databse file -- simply a large memo/text field containing the full script, and then execute t

Re: [IronPython] IronPython for asp.net integration with Visual Studio 2008

2010-03-01 Thread Dody Gunawinata
Get this drop http://ironpython.net/download/aspnet-201001 for IronPython 2.6 support. On Thu, Feb 25, 2010 at 7:41 AM, Pablo Dalmazzo wrote: > Hi there, > > I have Visual Studio 2008 Professional SP1 installed. I also have > IronPython v. 2.6 installed. In the C:\Program files\IronPython folder