On Mon, Jun 23, 2008 at 6:34 PM, Dino Viehland <[EMAIL PROTECTED]> wrote: > For Silverlight there's no need to pass -X:Python25 because IronPython 2.0 is > 2.5 compatible by default. What you will need to do is make sure there's a > __future__.py that includes with_statement = True (or any other value) that > can be imported by your Silverlight app. Unfortunately from __future__ > import [whatever] isn't so magical that it skips the import.
Aha. I checked up on the __future__ module I was using, and for some reason it was from an older python, I copied the python25 one over and it works just great. Thanks. -Dan _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
