Skip to content

Instantly share code, notes, and snippets.

@jschementi
Created March 27, 2009 06:55
Show Gist options
  • Save jschementi/86579 to your computer and use it in GitHub Desktop.
Save jschementi/86579 to your computer and use it in GitHub Desktop.
// After adding assembly references to IronPython*
// and Microsoft.Scripting.*, add the following
// using statements to the top of Page.xaml.cs
using Microsoft.Scripting.Hosting;
using Microsoft.Scripting.Silverlight;
using IronPython.Hosting;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment