[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

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 load

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

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

[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

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

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

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

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's

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