python运行时报错can‘t find ‘__main__‘ module in ‘xxx‘ 的解决办法

这句话出现的原因是:
你没有指定给Pycharm软件你要运行哪个Python软件
就比如:我要运行一个index.py软件
python运行时报错can‘t find ‘__main__‘ module in ‘xxx‘ 的解决办法_第1张图片
运行出来这句话: 说python软件没有找到index.py在D:/Python_SublimeText文件夹
python运行时报错can‘t find ‘__main__‘ module in ‘xxx‘ 的解决办法_第2张图片
那么就要配置文件

python运行时报错can‘t find ‘__main__‘ module in ‘xxx‘ 的解决办法_第3张图片
脚本路径就是你要运行index.py(也就是你运行python的文件)的地址选择
**然后工作目录就会自动匹配到文件所在目录进行编译

python运行时报错can‘t find ‘__main__‘ module in ‘xxx‘ 的解决办法_第4张图片
只要最后对上运行文件路径就可以运行代码了

python运行时报错can‘t find ‘__main__‘ module in ‘xxx‘ 的解决办法_第5张图片

你可能感兴趣的:(Python,python,pycharm,开发语言)