[IronPython] Using 3rd party Python modules

Simon Dahlbacka simon.dahlbacka at gmail.com
Mon Oct 9 20:41:16 CEST 2006


>
> Is there a way to use these modules [VideoCapture, PIL] on IronPython?


No, as of now IronPython does not support dll:s/pyd:s (which are the same
thing). And this support is unlikely to appear in a near future due to
implementation problems, so your best bet is to find pure python modules
that does what you want or find a .NET assembly that does what you want.

/Simon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20061009/3d6e2245/attachment.html>


More information about the Ironpython-users mailing list