Re: [Ironpython-users] Error running standalone exe using clrtype.py if IronPython is not installed

2015-04-25 Thread Jeff Hardy
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*

Re: [Ironpython-users] Example for using AppDomain

2015-04-25 Thread Jeff Hardy
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

Re: [Ironpython-users] AttributeError when using methods from a DirectShowLib Interface

2015-04-25 Thread Jeff Hardy
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

Re: [Ironpython-users] Failing to read the standard output

2015-04-25 Thread Jeff Hardy
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

Re: [Ironpython-users] import error: scapy on ironpython (windows)

2015-04-25 Thread Jeff Hardy
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