A Good Mix 29: Small PIL for IronPython, iDalogue, Book Sales, Umbraco and PDC
More IronPython and DLR related projects, articles and news from around the web. Small PIL for IronPython One of the disadvantages of developing with IronPython, particularly for using existing libraries and codebases, is that C extensions don't work. One possibility is to use Ironclad , a C extension compatibility layer by Resolver Systems. Another one is to find or create a compatible API using .NET libraries. An important C extension in the Python world, virtually ubiquitous where images are used and manipulated, is the Python Imaging Library . All sorts of other projects (Django and Reportlab for example) use PIL, causing problems for using them from IronPython. A Japanese blogger has * started * to solve this problem by creating an IronPython project called "small pil" implementing part of the PIL API for IronPython. Changes to Dialogue Script in December 2009 i-Dialogue is a "Customer Experience Management" application by Cubic Compass. It is relev...