Re: [IronPython] IronPython Hosting ?

2011-02-28 Thread Mark Senko
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

Re: [IronPython] Passing arguments to C#

2011-01-04 Thread Mark Senko
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

[IronPython] Passing arguments to C#

2010-12-28 Thread Mark Senko
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

Re: [IronPython] SciPy

2010-12-20 Thread Mark Senko
. 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

[IronPython] SciPy

2010-12-16 Thread Mark Senko
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

Re: [IronPython] Return value from Execute()

2010-10-11 Thread Mark Senko
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

[IronPython] Return value from Execute()

2010-10-11 Thread Mark Senko
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