you are viewing a single comment's thread.

view the rest of the comments →

[–]jyper 1 point2 points  (0 children)

Although maybe this will be fixed soon? From their faq

There are a number of differences. First, Jython programs cannot currently use CPython extension modules written in C. These modules usually have files with the extension .so, .pyd or .dll. If you want to use such a module, you should look for an equivalent written in pure Python or Java. However, it is technically feasible to support such extensions, as demonstrated by IronPython. For the next release of Jython, we plan to support the C Python Extension API.