Streamtuner2 V2.2.0 does not work

Forum Forums Orphaned Posts antiX-17 “Heather Heyer, Helen Keller” Streamtuner2 V2.2.0 does not work

  • This topic has 2 replies, 2 voices, and was last updated Oct 17-6:54 am by isminaki.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #12650
    Member
    isminaki

      Good Morning,

      sorry to say but I think there is another broken package in Testing: Streamtuner2 V2.2.0 does not work
      When starting from the terminal, I get the following output:

      joe@antix6:~
      $ streamtuner2
      Traceback (most recent call last):
        File "/usr/bin/streamtuner2", line 12, in <module>
          import st2
        File "/usr/share/streamtuner2/st2.py", line 55, in <module>
          from config import *
        File "/usr/share/streamtuner2/config.py", line 374, in <module>
          conf = ConfigDict()
        File "/usr/share/streamtuner2/config.py", line 85, in __init__
          self.defaults()
        File "/usr/share/streamtuner2/config.py", line 116, in defaults
          "audio/mpeg": self.find_player(),
        File "/usr/share/streamtuner2/config.py", line 179, in find_player
          if find_executable(bin.split()[0]):
        File "/usr/share/streamtuner2/compat2and3.py", line 72, in find_executable
          exists = [os.path.exists(dir+"/"+bin) for dir in os.environ.get("PATH").split(":")+["/"]]
      NameError: name 'os' is not defined
      

      To me, it looks like a Debian bug.

      V 2.1.9 is working. But with every update it pushes V2.2.0 again.

      #12653
      Moderator
      caprea
        Helpful
        Up
        0
        ::

        Yep, streamtunerbug.I wondered why it runs well on my already long installed testing but not on the new installed antix.
        Could you try to install
        python3-setuptools ?

        Hopefully runs well again

        #12654
        Member
        isminaki
          Helpful
          Up
          0
          ::

          That was it. Works again!
          Thank you!

        Viewing 3 posts - 1 through 3 (of 3 total)
        • You must be logged in to reply to this topic.