Posts

Showing posts with the label Python.NET

Web Automation with Python.NET (and IronPython)

Ranorex explain how to use their new Web Automation API from both IronPython and Python.NET: Web Automation with Python for .NET

Using .NET Libraries in CPython

The slides and downloads from Feihong Hsu's PyCon talk on .NET and Python.NET are up: Using .NET Libraries in CPython

IronPython Cookbook: New Entries and Python.NET

Feihong Hsu (who is doing a talk on Python.NET at PyCon 2008 ) has added several new entries to the IronPython Cookbook . He has also updated more entries to make them compatible with Python.NET (or adding notes on ones that aren't compatible with Python.NET). New entries: Getting Images from the Clipboard Creating Multiframe TIFF Image Files Using the Webbrowser Widget Preview all Installed Fonts Basic Handwriting Recognition Preview all Installed Voices Speech Recognition WPF GUI Using XamlReader Those of you interested in trying Python.NET with .NET 2.0 SP1 may be interested in this blog entry by Feihong Hsu (with Windows Forms example code) on a Python.NET patch (with binaries) to make it work. Jeff Hardy has also been attempting to get SCons working with IronPython. He hasn't succeeded yet, but has written up his progress in the cookbook: SCons on IronPython .