Creating a file named ipy.exe.config alongside ipy.exe that looks similar to:
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <startup>
    <requiredRuntime version="v2.0.50727" safemode="true" />
  </startup>
</configuration>

will force IronPython to run against the given CLR runtime.

Dave

From: [email protected] 
[mailto:[email protected]] On Behalf Of Brian Ushman (TT)
Sent: Wednesday, November 11, 2009 7:59 AM
To: [email protected]
Subject: [IronPython] Help - Running IPY with .NET 3.5

Hello to All,

I am new to Python in general, but I have downloaded the latest release of 
IronPython.  I am using Windows XP SP3 x64.  Everytime I start IPY is says that 
it is using .NET 2.0, however I would like it to load with .NET 3.5.  >From 
what I have read on the latest release of IPY, this should be possible but I 
have been unsuccessful.  Is there a way to force IPY to load with .NET 3.5?

Thank you!
_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to