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
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
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
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
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
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
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__.