Re: [IronPython] Dynamic Silverlight on Codeplex

2008-03-21 Thread Jimmy Schementi
No, just slow to move bits over there. I'm moving all the downloads to there as we speak ... it'll eventually just serve as a place to host the downloads from dynamicsilverlight.net. Any other suggestions on what to use the codeplex project for? > -Original Message- > From: [EMAIL PROTE

Re: [IronPython] urllib.urlretrieve with IronPython 2a8

2008-03-21 Thread Curt Hagenlocher
Nope; got it wrong again. I'll just supply a patch once I get this working. On Fri, Mar 21, 2008 at 2:36 PM, Curt Hagenlocher <[EMAIL PROTECTED]> wrote: > I noticed that this still isn't fixed in 2.0b1, so I took another look at > socket.cs and realized that my analysis was slightly off. There'

Re: [IronPython] urllib.urlretrieve with IronPython 2a8

2008-03-21 Thread Curt Hagenlocher
I noticed that this still isn't fixed in 2.0b1, so I took another look at socket.cs and realized that my analysis was slightly off. There's already a mechanism to track duplicated sockets in the form of the handleToSocket mapping. However, this mechanism isn't taken into account when deciding whe

Re: [IronPython] Dynamic Silverlight on Codeplex

2008-03-21 Thread Bill Chiles
Jimmy is the best person to answer its status vs. silverlight.net. Thanks, Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Foord Sent: Friday, March 21, 2008 10:17 AM To: Discussion of IronPython Subject: [IronPython] Dynamic Silverlight on C

Re: [IronPython] JScript Absent from Dynamic Silverlight

2008-03-21 Thread Jimmy Schementi
> -Original Message- > From: [EMAIL PROTECTED] [mailto:users- > [EMAIL PROTECTED] On Behalf Of Michael Foord > Sent: Friday, March 21, 2008 11:53 AM > To: Discussion of IronPython > Subject: [IronPython] JScript Absent from Dynamic Silverlight > > Hello all, > > The binaries from dynamicsil

Re: [IronPython] urllib.urlretrieve with IronPython 2a8

2008-03-21 Thread Curt Hagenlocher
Attached. On Fri, Mar 21, 2008 at 4:09 PM, Curt Hagenlocher <[EMAIL PROTECTED]> wrote: > Nope; got it wrong again. I'll just supply a patch once I get this > working. > > > On Fri, Mar 21, 2008 at 2:36 PM, Curt Hagenlocher <[EMAIL PROTECTED]> > wrote: > > > I noticed that this still isn't fixed

Re: [IronPython] Cannot find ScriptDomainManager in IronPython 2b1 Microsoft.Scripting

2008-03-21 Thread Ryan Dawson
And we're updating the tutorial. Thanks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dino Viehland Sent: Thursday, March 20, 2008 6:44 PM To: Discussion of IronPython Subject: Re: [IronPython] Cannot find ScriptDomainManager in IronPython 2b1 Microso

[IronPython] Dynamic Silverlight on Codeplex

2008-03-21 Thread Michael Foord
Has the dynamic silverlight project on codeplex been abandoned? http://www.codeplex.com/dynamicsilverlight Michael ___ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

[IronPython] JScript Absent from Dynamic Silverlight

2008-03-21 Thread Michael Foord
Hello all, The binaries from dynamicsilverlight.net don't include the JScript binaries(which are part of the Silverlight 2 SDK). When I use Chiron to build apps that include the extended controls (!?) it fails because of the absence of the Microsoft.JScript.Runtime.dll. When I add this dll it

Re: [IronPython] Silverlight - animation from code

2008-03-21 Thread Michael Foord
Odd. I'm using the binaries from dynamicsilverlight. The following code works fine as a standalone example, but doesn't change the font size when run from inside my web ide ??? Odd. from System import TimeSpan from System.Windows import Application, Duration from System.Windows.Controls import C

Re: [IronPython] IPCE: getting started

2008-03-21 Thread Douglas S. Blank
Seo et al, Between upgrading to a later mono, and installing libgdiplus-devel I'm completely working! We'll be keeping the following page up-to-date with notes on IronPython: http://wiki.roboteducation.org/IronPython Feel free to make corrections, comments, or other remarks there. (I've also tri

Re: [IronPython] IPCE: getting started

2008-03-21 Thread Sanghyeon Seo
2008/3/21, Douglas S. Blank <[EMAIL PROTECTED]>: > 1) I can't seem to import random: > > This works with IPCE-r7/ipy/ipy.exe. Do I need a more modern mono? Or is > there another issue? Yes. You need Mono version at least 1.2.6 to run IronPython 2.x. > 2) I'd use 1.1, but it doesn't seem to lo

[IronPython] IPCE: getting started

2008-03-21 Thread Douglas S. Blank
IPCE users, Just getting started with IPCE and wondering about the current state of things. I'm trying to get started with some Windows.Forms testing, and wanted to use the most modern version which is stable. I'm using IPCE-r7 under Fedora 8. Here's my setup, followed by some issues: $ mono --ve