On Windows 7 I successfully installed Python 3.73 and then installed Eric 6, the Python IDE.

安装似乎已成功,但是当我启动Eric时,将打开一个窗口,然后出现错误弹出窗口,提示Python已停止。

我非常感谢您为解决此问题提供的帮助。我确实使用IDLE测试了Python,它似乎可以正常工作而不会崩溃。

在下面,我附加了Eric安装日志和错误说明弹出窗口。

Eric安装日志:

Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Users\ken>cd C:\Users\ken\Downloads\Software\Python\Eric\eric6-19.6

C:\Users\ken\Downloads\Software\Python\Eric\eric6-19.6>install.py

C:\Users\ken\Downloads\Software\Python\Eric\eric6-19.6>python3 install.py 'python3' is not recognized as an internal or external command, operable program or batch file.

C:\Users\ken\Downloads\Software\Python\Eric\eric6-19.6>python install.py

Checking dependencies

Python Version: 3.7.3

PyQt5 could not be detected.

Error: No module named 'PyQt5'

Shall 'PyQt5' be installed using pip? (Y/n) y Collecting PyQt5

Downloading https://files.pythonhosted.org/packages/f4/2c/d59dc21d5464f4bef3d5 8a1a1670a58ed14989f4642f6cf4ef8b7043c423/PyQt5-5.12.2-5.12.3-cp35.cp36.cp37.cp38

-none-win_amd64.whl (47.5MB)

100% |████████████████████████████████| 47.6MB 328kB/s Collecting PyQt5_sip<13,>=4.19.14 (from PyQt5)

Downloading https://files.pythonhosted.org/packages/76/05/a65bb95c1f5a9f4a7dcb ecbd0a8f8c4b9a9231aa40f600cde4a00635b5d4/PyQt5_sip-4.19.17-cp37-none-win_amd64.w hl (51kB)

100% |████████████████████████████████| 61kB …

Installing collected packages: PyQt5-sip, PyQt5

Successfully installed PyQt5-5.12.2 PyQt5-sip-4.19.17

You are using pip version 19.0.3, however version 19.1.1 is available.

You should consider upgrading via the `python -m pip install --upgrade pip` command.

Found PyQt5

Found pyuic5

PyQtWebEngine could not be detected.

Error: cannot import name 'QtWebEngineWidgets' from 'PyQt5' (C:\Users\ken\AppDat a\Local\Programs\Python\Python37\lib\site-packages\PyQt5\__init__.py)

Shall 'PyQtWebEngine' be installed using pip? (Y/n) y

Collecting PyQtWebEngine Downloading https://files.pythonhosted.org/packages/20/0f/d0d7b7e33bb3dc541101 3886af43e8f922c2d8672d8173b6a5419e91ac56/PyQtWebEngine-5.12.1-5.12.3-cp35.cp36.c p37.cp38-none-win_amd64.whl (49.0MB)

100% |████████████████████████████████| 49.0MB 218kB/s

Requirement already satisfied: PyQt5>=5.12 in c:\users\ken\appdata\local\program s\python\python37\lib\site-packages (from PyQtWebEngine) (5.12.2)

Requirement already satisfied: PyQt5_sip<13,>=4.19.14 in c:\users\ken\appdata\lo cal\programs\python\python37\lib\site-packages (from PyQt5>=5.12->PyQtWebEngine) (4.19.17)

Installing collected packages: PyQtWebEngine

Successfully installed PyQtWebEngine-5.12.1

You are using pip version 19.0.3, however version 19.1.1 is available.

You should consider upgrading via the 'python -m pip install --upgrade pip' command.

QScintilla could not be detected.

Error: cannot import name 'Qsci' from 'PyQt5' (C:\Users\ken\AppData\Local\Progra ms\Python\Python37\lib\site-packages\PyQt5\__init__.py)

Shall 'QScintilla' be installed using pip? (Y/n) y

Collecting QScintilla

Downloading https://files.pythonhosted.org/packages/13/f2/591f927aa7f541baf243 556d1064c2055d8851b7ea273e057b86e26f7fd9/QScintilla-2.11.1-5.12.3-cp35.cp36.cp37 .cp38-none-win_amd64.whl (2.0MB)

100% |████████████████████████████████| 2.0MB 3.3MB/s

Requirement already satisfied: PyQt5>=5.10.1 in c:\users\ken\appdata\local\programs\python\python37\lib\site-packages (from QScintilla) (5.12.2)

Requirement already satisfied: PyQt5_sip<13,>=4.19.14 in c:\users\ken\appdata\local\programs\python\python37\lib\site-packages (from PyQt5>=5.10.1->QScintilla) (4.19.17)

Installing collected packages: QScintilla

Successfully installed QScintilla-2.11.1

You are using pip version 19.0.3, however version 19.1.1 is available.

You should consider upgrading via the 'python -m pip install --upgrade pip' command.

Found QScintilla2

Found QtGui

Found QtNetwork

Found QtPrintSupport

Found QtSql

Found QtSvg

Found QtWidgets

Found QtWebEngineWidgets

Qt Version: 5.12.3

sip Version: 4.19.17

PyQt Version: 5.12.2

QScintilla Version: 2.11.1

All dependencies ok.

Cleaning up old installation ...

Creating configuration file ...

Compiling user interface files ...

Compiling source files ...

Installing eric6 …

Installing Python API files to 'C:\Users\ken\AppData\Local\Programs\Python\Pytho n37\Lib\site-packages\eric6\api\python'.

Installing Ruby API files to 'C:\Users\ken\AppData\Local\Programs\Python\Python3 7\Lib\site-packages\eric6\api\ruby'.

Installing QSS API files to 'C:\Users\ken\AppData\Local\Programs\Python\Python37 \Lib\site-packages\eric6\api\qss'.

The Python package 'pywin32' could not be imported.

Shall 'pywin32' be installed using pip? (Y/n) y

Collecting pywin32

Downloading https://files.pythonhosted.org/packages/a3/8a/eada1e7990202cd27e58 eca2a278c344fef190759bbdc8f8f0eb6abeca9c/pywin32-224-cp37-cp37m-win_amd64.whl (9 .0MB)

100% |████████████████████████████████| 9.1MB 1.6MB/s

Installing collected packages: pywin32

Successfully installed pywin32-224

You are using pip version 19.0.3, however version 19.1.1 is available.

You should consider upgrading via the 'python -m pip install --upgrade pip' comm and.

Installation complete.

Press enter to continue...

C:\Users\ken\Downloads\Software\Python\Eric\eric6-19.6>

错误说明...

Problem signature:

Problem Event Name: APPCRASH

Application Name: pythonw.exe

Application Version: 3.7.3150.1013

Application Timestamp: 5c9954fb

Fault Module Name: ntdll.dll

Fault Module Version: 6.1.7601.18839

Fault Module Timestamp: 553e8bfa

Exception Code: c0000005

Exception Offset: 000000000005107c

OS Version: 6.1.7601.2.1.0.256.48

Locale ID: 1033

Additional Information 1: 14bd

Additional Information 2: 14bd360e8e58730386632088b8521bd0

Additional Information 3: ae0f

Additional Information 4: ae0fb886d9b41ec5955c31e6a90e6b19

Read our privacy statement online:

http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:

C:\Windows\system32\en-US\erofflps.txt

python下载之后无法启动_安装后启动时,适用于Python的Eric IDE崩溃相关推荐

  1. python下载电影天堂视频教程_一篇文章教会你利用Python网络爬虫获取电影天堂视频下载链接|python基础教程|python入门|python教程...

    https://www.xin3721.com/eschool/pythonxin3721/ [一.项目背景] 相信大家都有一种头疼的体验,要下载电影特别费劲,对吧?要一部一部的下载,而且不能直观的知 ...

  2. python下载电影天堂视频_一篇文章教会你利用Python网络爬虫获取电影天堂视频下载链接...

    点击上方"IT共享之家",进行关注 回复"资料"可获赠Python学习福利 [一.项目背景] 相信大家都有一种头疼的体验,要下载电影特别费劲,对吧?要一部一部的 ...

  3. python终止线程报错_退出整个程序时出现python线程异常错误

    嗨,伙计们 我正在用python2.4.3和wxpython开发一个GUI.除了退出主程序(关闭GUI的主窗口)之外,一切正常.最重要的是,有时会有这样的错误,有时根本就没有错误.尽管我从python ...

  4. 永洪Desktop安装后启动提示缺少libv8_libbase.dll文件解决办法

    A:安装后启动产品时出现图中报错 2. 解决办法 下载对应的dll文件,将其放入对应的目录中 D:\Yonghong desktop\YonghongBI\Yonghong\vooltdb\bin 附 ...

  5. 服务器ghost系统蓝屏,完美解决ghost WIN7安装后启动蓝屏问题

    随着win7系统的不断普及,市场的win7系统的普遍安装方法是win7 ghost.有网友就遇到了ghost WIN7安装后启动蓝屏的问题,今天小编就给大家完美解决ghost WIN7安装后启动蓝屏问 ...

  6. 华硕服务器安装完系统起不来,w10安装后启动不起来的具体处理办法【图文】

    近日有用户燃油说自己的电脑在安装完win10系统之后,出现了win10系统无法启动的情况,其实出现这种情况的原因有很多,我们又该如何处理呢?可能很多网友也不太清楚,那么今天小编就来为大家分享关于w10 ...

  7. Eclipse安装后启动出现error:could not create the java machine.

    Eclipse安装后启动出现:Error:Could not create the java Machine.Error: A fatal exception has occurred.Program ...

  8. mysql安装失败,mysql安装后启动失败,Configuration of MySQL Server 5.7 is taking longer than expected.

    mysql 安装到一半失败了? 安装到启动server start失败? Configuration of MySQL Server 5.7 is taking longer than expecte ...

  9. python安装好了怎么打不开机_安装后无法启动MySQL怎么办

    安装后无法启动MySQL怎么办 解决方法如下: 1.在mysql的安装目录即根目录下找到配置文件my.ini(如果是my.default.ini则修改为my.ini),然后将my.ini移至bin文件 ...

最新文章

  1. 黑夜中也健步如飞的路
  2. Adam Optimization Algorithm
  3. centos下忘记mysql密码_CentOS下忘记mysql密码的解决办法
  4. docker 限制cpu使用率
  5. 关于python 类的使用
  6. Celt Codec简单使用方法
  7. PHP5中的魔术方法
  8. 在js语法中使用jsx标签
  9. tkinter label_tkinter做一个简易提词板
  10. linux之SQL语句简明教程---SUBSTRING
  11. python会内存泄漏吗_Python内存泄漏和内存溢出的解决方法
  12. php 投票 排序,关于phpcms v9投票模块选项排序问题修改_PHP教程
  13. 基于Redis的分布式锁的简单实现
  14. verilog奇偶分频
  15. 求救数据库高手~~急急。。。
  16. Linux命令解释之vi
  17. 设计模式读书笔记之结构型模式
  18. masm32踩坑总结
  19. 有效管理“刺头”员工的方法
  20. JS中的对象以及在web前端的应用

热门文章

  1. REST 101开发人员专用
  2. 将JacpFX客户端与JSR 356 WebSockets一起使用
  3. 如何创建可扩展的Java应用程序
  4. Camel:构建基于消息的应用程序
  5. 测试驱动开发–双赢策略
  6. 用python连接数据库_用Python连接MySQL
  7. 关于压缩工具 7z(7-zip) 的选项 -so(从标准输出流写入数据)的解读
  8. 在计算机中 用户程序,在用户计算机上的万维网客户程序是()
  9. 4线电子围栏安装示意图_知识积累|周界防护-脉冲电子围栏的安装
  10. html 完全复制div中的内容_LOL手游现在远非完全体,未来还有哪些端游内容会加入手游中?...