[IronPython] Using 3rd party Python modules

Simon Dahlbacka simon.dahlbacka at gmail.com
Mon Oct 9 11:41:16 PDT 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://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20061009/3d6e2245/attachment-0001.htm


More information about the users mailing list