简体   繁体   中英

Spyder in Windows 10: Python console not printing properly

I have been trying to use Spyder 3.0.2 (came with Anaconda) on a Windows 10 machine. I can not get the displaying of variable in the Python console to work properly. Here is an example of what happens when I try to print:

>>> a=5
>>> a
5>> >

>>> a=0.5
>>> a
0.>> >5

I also have to hit enter after submitting the command to get the prompt back.

Is there a way to fix this?

( Spyder developer here ) This is a known problem and we're working to fix it. Unfortunately, we are still trying to find the source of the problem.

Note : This only happens on Windows. Other platforms are not affected by this problem.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM