我这样编写代码test.py:
import soundfile
print("import success")
当我尝试在Windows 7上运行此程序时,只能由cmd成功运行:
python test.py
但是我无法通过双击test.py来运行它,它消失得太快了,我可以看到它的显示内容:
no module named soundfile
我注意到,当我在Windows 10上双击test.py时,它成功了。
答案 0 :(得分:0)
使用
将THX转换为@BoarGuleswhere python
以cmd为单位。 我在regedit HKEY_CLASSES_ROOT \ Python.File \ shell \ open \ command中替换了从python2.7到python3的python路径。 然后双击工作!