Re: [IronPython] Using 3rd party Python modules

2006-10-09 Thread André Körbes
Ok, thanks!2006/10/9, Simon Dahlbacka <[EMAIL PROTECTED]>: 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,

Re: [IronPython] Using 3rd party Python modules

2006-10-09 Thread Simon Dahlbacka
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

[IronPython] Using 3rd party Python modules

2006-10-09 Thread André Körbes
Hi everybody,I'm new to IronPython and have a little knowledge using Python, but I have some experience with C# and the .Net Framework. I'm trying to develop an application to capture a webcam frame, process it and display some results. The point is that I want to use some common and very practical