It's the sort of error I would expect if there was an assembly version
mismatch, but that usually goes the other way - installed IronPython
breaking embedded/hosted IronPython. Maybe break out fuslogvw and see
which assemblies are being loaded?
As an aside: I'm impressed clrtypes.py works *at all*
On Thu, Apr 9, 2015 at 7:06 PM, Vinh Ton wrote:
> Hi,
>
>
>
> Can someone post an example for running IronPython in a separate AddDomain.
This StackOverflow question has some example code:
http://stackoverflow.com/questions/1362757/how-to-host-an-ironpython-engine-in-a-separate-appdomain.
- Jeff
On Wed, Apr 8, 2015 at 2:04 PM, Sebastián Magrí wrote:
> Hi!
>
> I'm trying to use DirectShowLib for some basic media detection with the
> `IMediaDet` interface. However, trying to use methods of the interface from
> the instance throws `AttributeError` every time.
Hi Sebastián,
Apologies for the
On Thu, Apr 9, 2015 at 5:58 AM, Hemanth M B wrote:
>
>
> Hi All,
>
>
>
> I am using System.Diagnostics namespace to spawn a console application. I
> want use asynchronous read and synchronous write, since the application is
> interactive. If I use synchronous read as mentioned below code, I need t
On Mon, Apr 6, 2015 at 6:07 PM, Hemanth M B wrote:
> Hi All,
>
>
>
> I am facing problem to import scapy.all in ironpython shell. It is throwing
> an error mentioned below:
>
>
>
from scapy.all import *
>
> Traceback (most recent call last):
>
> File "", line 1, in
>
> File "C:\Program F