zoukankan
html css js c++ java
python 启动shell报错 Subprocess Startup Error
如图所示启动python的IDLE以后,按F5启动module或者启动shell的时候就会启动失败提示上面错误,刚开始百度知道解决方案不靠谱,最后找到原因是我之前看小甲鱼的教学视频时,新建了一个pickle.py文件,它和python安装目录下的文件名冲突了,将其删除后,再次启动IDLE正常。
因此,出现这个错误的原因应该是新建了一个.py 文件,它的名字和python安装目录下的文件冲突了。
所以我们命名新的py文件时要避免python中的关键字。
查看全文
相关阅读:
BEC listen and translation exercise 44
中译英12
BEC listen and translation exercise 43
中译英11
BEC listen and translation exercise 42
中译英10
BEC listen and translation exercise 41
中译英9
BEC listen and translation exercise 40
中译英8
原文地址:https://www.cnblogs.com/yuantup/p/9162422.html
最新文章
Python操作 RabbitMQ、Redis、Memcache、SQLAlchemy
numpy使用示例
爬虫之图片懒加载技术、selenium和PhantomJS
scrapy框架之递归解析和post请求
scrapy框架的日志等级和请求传参
基于scrapy-redis两种形式的分布式爬虫
爬虫的UA池和代理池
爬虫与反爬虫大战
scrapy分布式原理
scrapy的中间件Downloader Middleware实现User-Agent随机切换
热门文章
【leetcode】941. Valid Mountain Array
【leetcode】937. Reorder Log Files
【leetcode】934. Shortest Bridge
【leetcode】935. Knight Dialer
【leetcode】931. Minimum Falling Path Sum
【leetcode】929. Unique Email Addresses
【leetcode】923. 3Sum With Multiplicity
【leetcode】927. Three Equal Parts
【leetcode】926.Flip String to Monotone Increasing
【leetcode】925.Long Pressed Name
Copyright © 2011-2022 走看看