<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Is there a way to use these modules [VideoCapture, PIL] on IronPython?</blockquote></div>
<br>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.
<br><br>/Simon<br>