It problem solving ? воскресенье, 6 апреля 2014 г., 17:09:04 UTC+4 пользователь Groover написал: > > 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/fa099bc3-7769-4b52-a50a-fba5cc15860d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
