Sympy and IronPython

81 views
Skip to first unread message

Janela Paz

unread,
Apr 23, 2022, 11:12:42 PM4/23/22
to sympy
I'm trying tp learn to use IronPython because I wanted to make a GUI to the program I made using sympy but it's not executing anything 
. Is it really not possible to import sympy to  Ironpython or there is other way

Jeremy Monat

unread,
Apr 23, 2022, 11:20:36 PM4/23/22
to sy...@googlegroups.com
Hi Janela,

If you're trying to use IronPython to integrate Python into a .NET application, you might consider Python.NET http://pythonnet.github.io/ instead. I believe Python.NET is newer. I haven't used either so unfortunately I can't address importing SymPy.

Best,
Jeremy

On Sat, Apr 23, 2022 at 11:12 PM Janela Paz <jane...@gmail.com> wrote:
I'm trying tp learn to use IronPython because I wanted to make a GUI to the program I made using sympy but it's not executing anything 
. Is it really not possible to import sympy to  Ironpython or there is other way

--
You received this message because you are subscribed to the Google Groups "sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sympy+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/c5cf3990-bd3f-45f2-b0fd-234ef91235f3n%40googlegroups.com.

Aaron Meurer

unread,
Apr 23, 2022, 11:22:39 PM4/23/22
to sy...@googlegroups.com
Is IronPython even still a thing? https://ironpython.net/ suggests
that the latest Python version it supports is 3.4, meaning to even
have a chance at using SymPy in it, you'll have to use an older
version of SymPy. Newer versions of SymPy do not support Python 3.4
(or 2.7) and use Python syntax that wasn't introduced until later
versions, so you'd get a syntax error.

Aaron Meurer

On Sat, Apr 23, 2022 at 9:12 PM Janela Paz <jane...@gmail.com> wrote:
>
> I'm trying tp learn to use IronPython because I wanted to make a GUI to the program I made using sympy but it's not executing anything
> . Is it really not possible to import sympy to Ironpython or there is other way
>

Qijia Liu

unread,
May 8, 2022, 1:56:55 PM5/8/22
to sympy
SymPy 1.4 may be compatible with ironpython3.
Reply all
Reply to author
Forward
0 new messages