Yes, you'd need to test against the git version if you intend to make any fixes.
Aaron Meurer On Sat, Apr 5, 2014 at 2:35 PM, Groover <[email protected]> wrote: > I get where you are coming from. > > I'm developing this free application in my limited spare time. Having > SymPy support is a nice-to-have add-on, not core functionality (which is > the CAD part). I'm not sure the zip call is the real problem - it would be > much better to run the latest version of SymPy instead. But while 0.7.3 > imports OK, 0.7.4 does not. So it seems to me that a change was made > between those versions that stopped it working with IronPython, but > debugging that is beyond my current time and capabilities. > > Thanks, Andy > > > On Saturday, April 5, 2014 8:22:07 PM UTC+1, Matthew wrote: > >> One low tech way around this problem is for Andy to fix iron Python >> compatibility issues in sympy as he runs into them. Presumably he has a >> suitable environment. >> >> For example he could find where we call this zip and wrap the arguments >> in a list and submit that as a change to sympy. >> >> Alternatively (and perhaps better in general) is to alert the apparently >> active IronPython group about these issues. >> On Apr 5, 2014 12:15 PM, "Groover" <[email protected]> wrote: >> >>> Latest stable release was seven months ago. Latest commit to github >>> was two days ago. >>> >>> Andy >>> >>> On Saturday, April 5, 2014 8:05:35 PM UTC+1, Aaron Meurer wrote: >>>> >>>> I haven't heard much from people using IronPython. I had assumed that >>>> the project was somewhat dead. I'd be happy to work around bugs. The >>>> biggest issue for us is testing it. You have to have Windows (I tried using >>>> Mono a while back, but I didn't have much luck). There is this open issue >>>> https://github.com/sympy/sympy/issues/3159. >>>> >>>> >>> >>> -- >>> 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 [email protected]. >>> To post to this group, send email to [email protected]. >>> >>> Visit this group at http://groups.google.com/group/sympy. >>> To view this discussion on the web visit https://groups.google.com/d/ >>> msgid/sympy/ad819f2d-758b-4fa9-940b-f3080718828a%40googlegroups.com<https://groups.google.com/d/msgid/sympy/ad819f2d-758b-4fa9-940b-f3080718828a%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sympy. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/fe4c9ff9-bef1-4c9d-a7dd-61aafabe86fe%40googlegroups.com<https://groups.google.com/d/msgid/sympy/fe4c9ff9-bef1-4c9d-a7dd-61aafabe86fe%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAKgW%3D6%2Bv53m-RuE14bvJ7hc-As-LtgTz4euANUf_GS%3D6tbBV4g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
