用于将插孔从输入更改为输出的Python脚本在13.04中不起作用

要将插孔从输入更改为任何计算机或笔记本电脑的输出,我遵循了以下问题:

如何更改用于输入和输出的音频插孔?

但是Python脚本不起作用。 这是我收到的消息:

$ sudo python run.py Using temporary directory: /dev/shm/hda-analyzer You may remove this directory when finished or if you like to download the most recent copy of hda-analyzer tool. Downloading file hda_analyzer.py Downloading file hda_guilib.py Downloading file hda_codec.py Downloading file hda_proc.py Downloading file hda_graph.py Downloading file hda_mixer.py Downloaded all files, executing hda_analyzer.py Traceback (most recent call last): File "/dev/shm/hda-analyzer/hda_analyzer.py", line 36, in  from hda_codec import HDACodec, HDA_card_list, HDA_Exporter_pyscript, \ File "/run/shm/hda-analyzer/hda_codec.py", line 330 self.reread() ^ IndentationError: expected an indented block 

修复了所有基本问题并修改了打开GUI。

sudo wget -O /run/shm/hda-analyzer/hda_codec.py http://ideone.com/plain/I0Tje0

然后呢

sudo python run.py