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.
For more options, visit https://groups.google.com/d/optout.