<div>Using IronPython for ASP.Net, trying to use:</div>
<div>from __future__ import with_statement</div>
<div> </div>
<div>...get the message:</div>
<div>future feature is not defined:with_statement</div>
<div> </div>
<div>Have put the __future__.py file in the directory that py file is in as well as my lib folder.</div>
<div> </div>
<div>Any ideas? I saw some references to needing to put the switch -X:Python25, but I think that was for earlier versions of IPY. AFAIK the IP for <a href="http://ASP.NET">ASP.NET</a> is IronPython 2, Alpha 1...I&#39;m thinking that one shouldn&#39;t need the switch?</div>

<div> </div>
<div> </div>
<div>Thanks,</div>
<div>Adam<br clear="all"></div>