Tuesday, April 21, 2009

OASA via IronPython - Not Happening

Recently I was trying to add some 2-D depiction capabilities to a C# app so I decided to try using OASA through IronPython ala Pybel. Unfortunately attempting to load the oasa module using IronPython PythonEngine throws an exception. The fcntl package is linux only in CPython. Apparently the windows version just contains a workaround. IronPython does not support the fcntl package and so it can't load the subprocess module.

You can check for progress on a workaround at:
http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=15512

1 comment:

malus Diaz said...

I would just like to say thank you for hosting this site, even though it hasn't been updated in ages, I'm following your progress and reading all the old posts.

The material you have here is awesome!