Re: [IronPython] matplotlib anyone?

2011-05-15 Thread Aravin
I was also looking into this for an application im developing. You can try it with IronClad. I wish there was a fully managed version for IronPython. Sho seems to have a graphing library similar to matplotlob. You can check that our and see On Mon, May 16, 2011 at 2:39 AM, Thomas Heller wrote: >

Re: [IronPython] SciPy

2010-12-20 Thread Aravin
ar to matplotlib/Matlab type plotting. Aravin On Tue, Dec 21, 2010 at 12:02 AM, Mark Senko wrote: > Thank you. > > My real goal is to find a decent math/numerical package that I can use > without having to reinvent the wheel. > > My searches came up with numpy/SciPy. Whether

Re: [IronPython] set more search paths

2010-08-21 Thread Aravin
e m_engine = Python.CreateEngine(); m_engine.SetSearchPaths(m_searchPaths); Hope this helps. Regards, Aravin On Sat, Aug 21, 2010 at 5:03 PM, wrote: > Hello all, > > I have been working around to find a way to add more search paths to the > IronPython compiler, as I work with a module whic

Re: [IronPython] pyFlakes pySmell

2010-04-01 Thread Aravin
any test cases that I can run to make sure that the implementation works? So if anyone wants to use the compiler package, let me know and I can put it up on codeplex or something. Is there a way to convert the compiler.ast to _ast? Thanks, Aravin On Thu, Mar 25, 2010 at 9:52 PM, Michael Foord

[IronPython] pyFlakes pySmell

2010-03-25 Thread Aravin
Hello everyone, Im trying to get pyFlakes and pySmell to work with IronPython without needing to install CPython. Has anyone done this? Im trying to provide intellisense for an editor im working on. Is there any better way of getting intellisense than using pysmell? Thanks, Aravin

Re: [IronPython] Problems translating from C#

2010-03-04 Thread Aravin
(ADAccuracySetting.AD_HIGH); I believe that since PhysicalProperties is a function defined in IADDesignSession interface, you might be able to call it like this too, from import IADDesignSession designProps = IADDesignSession.PhysicalProperties(objSession, ADAccuracySetting.AD_HIGH); hope this helps. Aravin On Fri

[IronPython] Redirecting Input

2010-03-04 Thread Aravin
e execution till the users enter some value and press . Can someone show me how to accomplish this? Thanks, Aravin ___ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Re: [IronPython] v1.1 IronPython.CodeDom.PythonProvider

2009-11-25 Thread Aravin
f you could use these compiles assemblies from C# or VB but with Ironpython it should be possible. I'm not sure if this is what you were looking for but hope it helps. Aravin From: users-boun...@lists.ironpython.com [mailto:users-boun...@lists.ironpython.com] On Behalf Of Owen Sigu

Re: [IronPython] n-dimensional array

2009-11-15 Thread Aravin
on optimization aspects? Should I make it generic like ndarray? I know this class has a long way to go, but if anyone is interested in it maybe I can set up a project on CodePlex and work on it? It could become a base for a math library for IronPython. Regards, Aravin -Original Message---

[IronPython] n-dimensional array

2009-11-13 Thread Aravin
e any such library? Thanks Aravin ___ Users mailing list Users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com