Re: [IronPython] Missing Merlin\Main\Hosts\Silverlight\SilverlightVersion.cs

2008-05-03 Thread Jimmy Schementi
On 5/3/08 4:48 PM, "Michael Foord" <[EMAIL PROTECTED]> wrote: > Jimmy Schementi wrote: >> On 5/3/08 4:28 PM, "Dan Eloff" <[EMAIL PROTECTED]> wrote: >> >>> Right now this doesn't bother me much, because I know Silverlight beta >>> 2 is probably coming in May, and it will no doubt bundle IPY beta 2 o

Re: [IronPython] Missing Merlin\Main\Hosts\Silverlight\SilverlightVersion.cs

2008-05-03 Thread Michael Foord
Jimmy Schementi wrote: On 5/3/08 4:28 PM, "Dan Eloff" <[EMAIL PROTECTED]> wrote: Right now this doesn't bother me much, because I know Silverlight beta 2 is probably coming in May, and it will no doubt bundle IPY beta 2 or better. The IronPython version in current Silverlight builds is

Re: [IronPython] Missing Merlin\Main\Hosts\Silverlight\SilverlightVersion.cs

2008-05-03 Thread Jimmy Schementi
On 5/3/08 4:28 PM, "Dan Eloff" <[EMAIL PROTECTED]> wrote: > Right now this doesn't bother me much, because I know Silverlight beta > 2 is probably coming in May, and it will no doubt bundle IPY beta 2 or > better. The IronPython version in current Silverlight builds is pretty much the same as Iron

Re: [IronPython] Missing Merlin\Main\Hosts\Silverlight\SilverlightVersion.cs

2008-05-03 Thread Dan Eloff
> So, does this piss you off? Personally I like that we're able to ship > Python immediately with a new version of SL, but I'd like to know what you > folks think. > You are right, I'd rather you folks spend your energy working for the next release than backporting for people who want to mix rele

Re: [IronPython] Missing Merlin\Main\Hosts\Silverlight\SilverlightVersion.cs

2008-05-03 Thread Jimmy Schementi
Good question; right now there's not an easy answer, since Microsoft.Scripting.Silverlight is not packaged with IronPython ... i.e. IronPython on http://codeplex.com/ironpython is only ensured to work on the Desktop. The IronPython version on http://codeplex.com/sdlsdk will always work with the

Re: [IronPython] WPF Question

2008-05-03 Thread Davy Mitchell
Thanks Curt - turns out the selected listbox entry in the VB app was a ListBoxItem (added in the designer),so of course they would be different. I forgot to check the XAML file... Doh! :-) Davy On Sat, May 3, 2008 at 3:46 AM, Curt Hagenlocher <[EMAIL PROTECTED]> wrote: > If you add strings to th

[IronPython] Missing Merlin\Main\Hosts\Silverlight\SilverlightVersion.cs

2008-05-03 Thread Dan Eloff
Trying to build the new Beta 2 "Silverlight Debug" but it references a file that does not exist either in the Silverlight SDK or IronPython. How can I fix this? Thanks, -Dan ___ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/l

Re: [IronPython] Unexpected error in 2.0B2

2008-05-03 Thread เสกสรรค์
Hi, I'm going to post exactly the same issue. I also have similar (but not exact) problem with B1. But I cannot reproduce here. It looks like IP2 have done something special with System.Reflection - Original Message - From: "Curt Hagenlocher" [EMAIL PROTECTED] To: "Discussion of Ir

Re: [IronPython] Announcing IronPython 2.0 Beta 2

2008-05-03 Thread Matthew Barnard
This is the expected behavior. CreateScriptSourceFromString(string) defaults to SourceCodeKind.Expression (ScriptEngine.cs) -- public ScriptSource/*!*/ CreateScriptSourceFromString(string/*!*/ code) { ContractUtils.RequiresNotNull(code, "code");

Re: [IronPython] SCons on IronPython 2.0B2

2008-05-03 Thread Jeff Hardy
Hi Dino, Yeah, _winreg is what's missing. Good to hear that it will be coming soon! Not every bug I've filed is related to SCons (some are Trac-related, and maybe even a couple from elsewhere). I've just been testing random apps (primarily WSGI-enabled webapps), seeing what breaks, and filing bugs

Re: [IronPython] List

2008-05-03 Thread Dino Viehland
I think ultimately we want to unify pickle and .NET serialization so that this works seamless. That'd be that ISerializable object's would get a magically _reduce__ or __reduce_ex__ methods (and appropriate __new__ methods I guess). Also Python classes that implement the protocols for pickling