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
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
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
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<..