Hmmm Didn't Microsoft dump support of IronPython? ( I notice that's your
email address)
*Bill, what are your goals for asking how we use hosting?
*Why does it matter what the purpose of my application is, as long as I feel it
is worthwhile?
*I'm still discovering the features I have availab
f (type == "System.Double")
{
return (double)pList[index];
}
else
throw (new ApplicationException("Can't convert Python list to
Double"));
}
It's a little clumsy, but I'd rather push this down into the C# where I c
resigned to writing wrappers in Python to hide
clr.Reference[type]() from my users when calling a C# functions that
requires an "out" or "ref" parameters.
Thanks in advance for reading a post that I *know* is as much rant as
question. It's just been frustrating
.
Mark Senko
Complete Genomics, Inc.
2071 Stierlin Court
Mountain View, CA 94043
From: users-boun...@lists.ironpython.com
[mailto:users-boun...@lists.ironpython.com] On Behalf Of Jason McCampbell
Sent: Monday, December 20, 2010 7:13 AM
To: Discussion of IronPython
Subject: Re
towards accommodating
the C API? Is IronClad still the best option? Any info, suggestions and
warnings would be appreciated before I start to invest a lot of time
into installing and learning these packages.
Mark Senko
Complete Genomics, Inc.
2071 Stierlin Court
Mountain View, CA 94043
users-boun...@lists.ironpython.com
[mailto:users-boun...@lists.ironpython.com] On Behalf Of Jeff Hardy
Sent: Monday, October 11, 2010 12:10 PM
To: Discussion of IronPython
Subject: Re: [IronPython] Return value from Execute()
On Mon, Oct 11, 2010 at 11:40 AM, Mark Senko
wrote:
> But I've had an impossi
I'm trying to implement IronPython as a scripting enhancement to our
application.
Part of the design is to have an interactive screen available.
When I call the Execute() method with a command typed in by the user,
an object is returned.
I can easily write this to my window using _pythonRes.T