[IronPython] Using 3rd party Python modules

André Körbes andre.korbes at gmail.com
Mon Oct 9 11:45:10 PDT 2006


Ok, thanks!

2006/10/9, Simon Dahlbacka <simon.dahlbacka at gmail.com>:
>
> 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
>
> _______________________________________________
> users mailing list
> users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20061009/f7101fd5/attachment.htm


More information about the users mailing list