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: anonymous
Subject: [Octave-bug-tracker] [bug #46771] symbolic/sympy oct-package fails
Date: Wed, 06 Jan 2016 10:04:30 +0000
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36 OPR/34.0.2036.25

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

About the integral, at least Reduce and Xcas give some result. Maybe those can
be used in octave even if SymPy doesn't integrate it.

I uninstalled the 'bundle' and reinstalled Python, Sympy and symbolic-2.2.4
(without the 'bundle').

The UTF- 'can't encode' -errors returned.

Then, when I change private/python_header.py to

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

everything is normal again without 'UTF-missing' -errors.

So it seems like versions 3.0 and above can not implicitly return
UTF-encodings. The question is, where should this UTF-info locate?
(Windows->updates, services,Python->path,link or a variable, Sympy->path, link
or a variable, Octave->update or default settings, XML-version? )

I don't know what is missing from the XML-handling. Maybe it just doesn't
default to UTF. Should I change windows settings for this?

    _______________________________________________________

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]