octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #46771] symbolic/sympy oct-package fails


From: Colin Macdonald
Subject: [Octave-bug-tracker] [bug #46771] symbolic/sympy oct-package fails
Date: Tue, 05 Jan 2016 19:04:16 +0000
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0

Follow-up Comment #22, bug #46771 (project octave):

1.  There is a still a bug here because it should work with your system Python
too (without the bundle).  From the error message, perhaps this logic should
be changed to set encoding="utf-8" on Python 3 as well:

private/python_header.py:

        if sys.version_info >= (3, 0):
            print(DOM.toprettyxml(indent="", newl="n"))
        else:
            print(DOM.toprettyxml(indent="", newl="n", encoding="utf-8"))


(the bundle ships Python 2.x so...)

"git blame" says this commit did this:
https://github.com/cbm755/octsympy/commit/eead64a6333aff5aec941df08ebc68532d49e8c2

Would be awesome if you want to try to hack on this to track it down further!

2.  Re: the integral that doesn't evaluate: I don't know of any version of
SymPy that can do this...  File a bug with upstream SymPy if you want.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?46771>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]