Are there really no tracebacks for the errors? Aaron Meurer
On Apr 6, 2014, at 8:09 AM, Groover <[email protected]> wrote: OK, I really would like to get this working with the current release of IronPython (2.7.4). Any suggestions are appreciated. Using git master: >>>import sympy unicode_escape_decode() takes no arguments (1 given) I defined a replacement function for the codecs module: import codecs def my_unicode_escape_decode(x): return x codecs.unicode_escape_decode = my_unicode_escape_decode Now: >>>import sympy 'module' object has no attribute 'mpmath' >>>import sympy.mpmath 'module'object has no attribute 'mpmath' Displaying sys.path shows "..\..\PythonLib". PythonLib is where all the standard Python 2.7 libraries are. In there I have copied sympy into a sub-folder. So I have: PythonLib\sympy\__init__.py PythonLib\sympy\assumptions\__init__.py etc, etc. Any suggestions on what to try next? Thanks. Andy -- 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/10f03aa6-dfea-4454-bd00-6a860f4bf8a9%40googlegroups.com<https://groups.google.com/d/msgid/sympy/10f03aa6-dfea-4454-bd00-6a860f4bf8a9%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/-9215261587775891922%40unknownmsgid. For more options, visit https://groups.google.com/d/optout.
