Re: [IronPython] [Kamaelia-list] Kamaelia and IronPython (was: Hosting IronPython 2.X in .NET app)

2007-07-20 Thread M. David Peterson
On 7/20/07, Sylvain Hellegouarch <[EMAIL PROTECTED]> wrote: I must admit though, after so many years in OSS, this is the first time I hear this sentence. How many OSS projects and/or the projects corporate sponsor generate 50 some odd billion a year in revenue and have at any given time 30-6

[IronPython] Autoreply: users Digest, Vol 36, Issue 30

2007-07-20 Thread aranguren
I am on holiday till the 30th of July and won't be able to reply to your email. For any urgent matters please contact Laura Senent at [EMAIL PROTECTED] - This transmission (including any attachments) may contain confidential i

Re: [IronPython] [Kamaelia-list] Kamaelia and IronPython (was: Hosting IronPython 2.X in .NET app)

2007-07-20 Thread Sylvain Hellegouarch
M. David Peterson a écrit : > On 7/20/07, *Michael Sparks* <[EMAIL PROTECTED] > > wrote: > > Hi, > > > In the interests of you having a quiet life (who wants to be > dealing with > lawyers when writing code? :-)... > > > Who wants to deal with lawyers *EVE

Re: [IronPython] [Kamaelia-list] Kamaelia and IronPython (was: Hosting IronPython 2.X in .NET app)

2007-07-20 Thread M. David Peterson
On 7/20/07, Michael Sparks <[EMAIL PROTECTED]> wrote: Hi, In the interests of you having a quiet life (who wants to be dealing with lawyers when writing code? :-)... Who wants to deal with lawyers *EVER*! ;-) Example that as I understand should trigger your bug: (also attached) Nice! :D

Re: [IronPython] [Kamaelia-list] Kamaelia and IronPython (was: Hosting IronPython 2.X in .NET app)

2007-07-20 Thread M. David Peterson
On 7/20/07, Dino Viehland <[EMAIL PROTECTED]> wrote: Generally what's best for us is to get small test cases which demonstrate particular problems. Great examples of this are every single one of Seo's bug reports. Seo is without a doubt a shining example of how to effectively contribute to

[IronPython] Autoreply: users Digest, Vol 36, Issue 29

2007-07-20 Thread aranguren
I am on holiday till the 30th of July and won't be able to reply to your email. For any urgent matters please contact Laura Senent at [EMAIL PROTECTED] - This transmission (including any attachments) may contain confidential i

Re: [IronPython] [Kamaelia-list] Kamaelia and IronPython (was: Hosting IronPython 2.X in .NET app)

2007-07-20 Thread Dino Viehland
Generally what’s best for us is to get small test cases which demonstrate particular problems. Great examples of this are every single one of Seo’s bug reports. We have occasionally picked up external Python libraries and their associated test suites (the best example of this I can think of is

Re: [IronPython] Marking Methods as Scriptable from IronPython with Silverlight (and problems therein)

2007-07-20 Thread Michael Foord
John Messerly wrote: > What happens if you change method() to return a string, e.g.: > > [Scriptable] > public string method() > > Does that help? > Uhm... :-o yes it does. Sorry. I spent so long banging head against the C# example (there my Javascript was trying to call into C# before the S