James G. Sack (jim) wrote:

Anybody else want to weigh in on python dependency problems?

As far as I remember, it wasn't the dependencies, it was the fact that the libraries flat out didn't work in places.

However, I do know that quite a few of the more important modules have had all Python implementations in case the necessary external C library is missing. A lot of this has to do with the fact that IronPython and Jython often do not have access to the same libraries as Python(CPython). Consequently, those projects create native Python implementations which can then be backported to the mainline.

-a


--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list

Reply via email to