摘要: 安装扩展库pywin32和speech,然后修改一下speech.py文件使得适用于Python 3.x。 步骤1:安装pywin32 在命令行模式运行: pip install pywin32 安装出现超时错误,如下: 用镜像安装: pip --default-timeout=1000 insta 阅读全文
posted @ 2021-09-05 23:19 emanlee 阅读(1204) 评论(0) 推荐(0)
摘要: https://www.pianshen.com/article/36551619236/ Debugger与Console PyCharm的调试有两种显示模式,Debugger和Console。 Debugger处以列表形式,列出每个元素的内容;Console与直接Run输出类似。 Step Ov 阅读全文
posted @ 2021-09-05 21:34 emanlee 阅读(722) 评论(0) 推荐(0)