Ask Your Question

Seonhwa Kim's profile - activity

2019-12-17 04:41:16 +0200 received badge  Notable Question (source)
2018-10-31 19:15:18 +0200 received badge  Popular Question (source)
2017-12-14 17:17:57 +0200 commented question SageMath 8.0 using Windows installer

Dear Iguananaut, First, I created new account using only ASCII characters, and the reported problem disappear, i.e. it play windows viewer showing the png image.

Second, however, there is still some problem in the web-based interface using notebook() command.

plot(sin(x))

The image doesn't appear in several browers( firefox, chrome, edge), simply a tiny 'x' mark appear.

Third,
Here is output for your command

sage: from sage.misc.misc import SAGE_TMP; SAGE_TMP
l'/dot_sage/temp/KottedPolytope/20716'
sage:
2017-12-14 12:35:53 +0200 commented question SageMath 8.0 using Windows installer

To Iguananaut, thanks for comments. You are right. The username of windows account contains non-ascii character, which is very common situation in Windows Korean distribution. I wil try to use new account of ascii acaracter.

And, here is the output from your command;

sage: from sage.env import SAGE_TMP; SAGE_TMP
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-d90b7831f93a> in <module>()
----> 1 from sage.env import SAGE_TMP; SAGE_TMP

ImportError: cannot import name SAGE_TMP
sage:
2017-12-13 12:57:18 +0200 received badge  Student (source)
2017-12-13 07:14:26 +0200 asked a question SageMath 8.0 using Windows installer

I have installed SageMath 8.0 on Windows 10 as the following instruction.

wiki.sagemath.org/SageWindows

Everything ᅟ seemed to work well first, but I got an error message as follows.

sage: 1+1
2
sage: plot(sin(x))

/opt/sagemath-8.0/local/lib/python2.7/site-packages/sage/repl/rich_output/display_manager.py:590: RichReprWarning: Exception in _rich_repr_ while displaying object: 'ascii' codec can't decode byte 0xea in position 6: ordinal not in range(128)
  RichReprWarning,  Graphics object consisting of 1 graphics primitive
sage:

Does anybody know a solution for this problem?