Internet radio browser GUI for music/video streams from various directory services.

⌈⌋ ⎇ branch:  streamtuner2


View Ticket

Ticket Hash: f3390832e8cdd7963b640035730d20a06f96c045
Title: Python 3.5 as default will throw syntax error
Status: Fixed Type: Code_Defect
Severity: Minor Priority: Immediate
Subsystem: Resolution: Fixed
Last Modified: 2018-05-18 21:31:21
Version Found In: 2.1.9
User Comments:
nobody added on 2018-02-23 13:22:10: (text/x-fossil-plain)
Traceback (most recent call last):
  File "./st2.py", line 57, in <module>
    import action
  File "./action.py", line 519
    print self.src

print (self.src) will make the program work ....

mario added on 2018-05-18 21:31:21: (text/x-fossil-wiki)
Indeed. A remnant stray print statement. That was fixed in 2.2.0 latest. (Most other instances use `log.DATA()` by now.)