[IronPython] Importing System in IronPython 2 beta 5

2008-09-20 Thread Serge R
I am migrating from 1.1 and have been unable to import System.Math class. I took a look at what's actually been imported clr.AddReference("System") import System print dir(System) On IP2 I got a small list that didn't contain Math or many other classes. Am I referencing something wrong? IP2 List

Re: [IronPython] Pyc Sample for IP 2 B 5

2008-09-20 Thread Michael Foord
Dave Fugate wrote: I've now added couple of sentences about this to the "IMPORTANT NOTES" section on the 2.0B5 download page along with a link to the 2.0B4 download page. Cool - thanks. Michael Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf O

Re: [IronPython] Pyc Sample for IP 2 B 5

2008-09-20 Thread Dave Fugate
I've now added couple of sentences about this to the "IMPORTANT NOTES" section on the 2.0B5 download page along with a link to the 2.0B4 download page. Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Foord Sent: Thursday, September 18, 2008

[IronPython] Operations.GetMember in b5

2008-09-20 Thread Dan Eloff
Hi, I'm noticing that GetMember cannot perform the casts it used to even two weeks ago. Is there some other function I should be using or something I should know about this? Tuples and lists of strings cannot be cast to IEnumerable anymore, python functions cannot be cast to Func<...> or Action<..