[Ironpython-users] IronPython, Daily Digest 4/6/2014

2014-04-07 Thread CodePlex
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New comment] StackOverflow when enumerating dynamic members of IMOs -- ISSUES 1. [New comment] StackOverflow when enumerating dynamic member

[Ironpython-users] SymPy and IronPython 2.7.4

2014-04-07 Thread Andrew Ayre
Hello, I have embedded IronPython 2.7.4 into a .NET 4.0 C# application. I can enter and run scripts and I also have an interactive console. It's working great and I have no issues... until I tried to use SymPy. I've asked for help from the SymPy people but they don't have any experience with Iron

Re: [Ironpython-users] SymPy and IronPython 2.7.4

2014-04-07 Thread Andreas Beham
Hi, I've not had problems running SimPy samples with IronPython. In fact, I copied the MachineShop sample from their page and added it to a Python project in VS2013 (you need to have PythonTools for Visual Studio installed to do this). I could run that Python project without problems. I also ran t

Re: [Ironpython-users] SymPy and IronPython 2.7.4

2014-04-07 Thread Andrew Ayre
Hi, I was all excited for a moment... until I realized that there are two projects called SymPy(!). The one I am trying to use is currently at 0.7.5 and is for symbolic computation: http://sympy.org/en/index.html :( Andreas - thanks for replying, I appreciate it. Andy On 4/7/2014 12:58 PM, A

Re: [Ironpython-users] SymPy and IronPython 2.7.4

2014-04-07 Thread Pawel Jasinski
this looks like https://ironpython.codeplex.com/workitem/34551 which is fixed post 2.7.4. Can you try 2.7.5b1 https://ironpython.codeplex.com/releases/view/115611 ? On Mon, Apr 7, 2014 at 12:03 PM, Andrew Ayre wrote: > Hello, > > I have embedded IronPython 2.7.4 into a .NET 4.0 C# application. I

Re: [Ironpython-users] SymPy and IronPython 2.7.4

2014-04-07 Thread Andrew Ayre
Thanks. Unfortunately I still get the error: = >>>import sympy Traceback (most recent call last): File "", line 1, in File "C:\Users\Andy\Documents\ADScript\PythonLib\sympy\__init__.py", line 32, in File "C:\Users\Andy\Documents\ADScript\PythonL

Re: [Ironpython-users] SymPy and IronPython 2.7.4

2014-04-07 Thread Jeff Hardy
On Mon, Apr 7, 2014 at 10:16 PM, Andrew Ayre wrote: > Thanks. Unfortunately I still get the error: > > = import sympy > > Traceback (most recent call last): > File "", line 1, in > File "C:\Users\Andy\Documents\ADScript\PythonLib\sympy\__init__.