Garbled charactor printed on python run (win8 only)

Issue #85 new
Yuexi Ma created an issue

Calico version: 2.3.9 Platform: Windows 8

Issue: There will always be an extra garbled character printed out when any python script (not from shell) tries to print something for the first time on its run.

Issue recreate: 1.open a new python script 2.put print(1) print(1) into the code 3.run it.

Comments (7)

  1. Doug Blank

    That is the representation of a non-printing binary character. You should be able to read the 4 digits in the box to see what the number is. Not sure where it is coming from.

  2. Yuexi Ma reporter

    Yesterday it was 0000 and today it is 1111. It doesn't show up on Windows 7. Another win8 only bug

  3. Log in to comment