eagleye

上一页 1 ··· 41 42 43 44 45

2021年9月15日

使用pyecharts时,注意import问题!!!

摘要: 在import的时候, 不能直接from pyechart import Bar, Gauge, 要写为from pyecharts.charts import Bar, Gauge 阅读全文

posted @ 2021-09-15 11:17 GoGrid 阅读(257) 评论(0) 推荐(0)

2021年9月9日

from PyQt5.QtWebEngineWidgets import *报错,无法使用QWebEngineView控件展示HTML页面

摘要: 解决办法: 单独安装WebEngine,安装命令为:pip install PyQtWebEngine 之后,一切OK! 阅读全文

posted @ 2021-09-09 17:17 GoGrid 阅读(885) 评论(0) 推荐(0)

2021年9月7日

PyQt5程序报错:QPaintDevice: Cannot destroy paint device that is being painted/Process finished with exit code -1073740791 (0xC0000409)

摘要: QPainter QPainter类在QWidget (控件)上执行绘图操作,它是一个绘制工具,为大部分图形界面提供了高度优化的函数,使QPainter类可以绘制从简单的直线到复杂的饼图等。 绘制操作在QWidget.paintEvent()中完成。绘制方法必须放在QtGui.QPainter对象的 阅读全文

posted @ 2021-09-07 16:50 GoGrid 阅读(1265) 评论(0) 推荐(0)

2021年9月1日

Python文件(*.py)的第一行语句应该是这行语句,这样可以解决因编码导致的很多编译问题:

摘要: # -*- coding: utf-8 -*- 阅读全文

posted @ 2021-09-01 15:55 GoGrid 阅读(49) 评论(0) 推荐(0)

2021年8月25日

ImportError: cannot import name 'InvalidSchemeCombination' from 'pip._internal.exceptions'解决方案

摘要: 今天在使用pip命令下载模块时出现下面这个错误:ImportError: cannot import name 'InvalidSchemeCombination' from 'pip._internal.exceptions'产生这个错误后就无法使用pip命令了。 报错解决解决方案(2021-08 阅读全文

posted @ 2021-08-25 09:11 GoGrid 阅读(1747) 评论(0) 推荐(0)

上一页 1 ··· 41 42 43 44 45

导航