双击win7无法导入声音文件吗?

时间:2019-03-13 10:39:07

标签: python windows

我这样编写代码test.py:

import soundfile
print("import success")

当我尝试在Windows 7上运行此程序时,只能由cmd成功运行:

python test.py

但是我无法通过双击test.py来运行它,它消失得太快了,我可以看到它的显示内容:

no module named soundfile

我注意到,当我在Windows 10上双击test.py时,它成功了。

1 个答案:

答案 0 :(得分:0)

使用

将THX转换为@BoarGules
where python

以cmd为单位。 我在regedit HKEY_CLASSES_ROOT \ Python.File \ shell \ open \ command中替换了从python2.7到python3的python路径。 然后双击工作!