- 博客(13)
- 资源 (2)
- 收藏
- 关注
原创 pyqt5突然遇到TypeError: int() argument must be a string, a bytes-like object or a number, not ‘KeyboardM
解决TypeError: int() argument must be a string, a bytes-like object or a number, not 'KeyboardModifier'
2024-11-07 13:49:52
193
原创 pyinstaller后出现ValueError: Must explicitly set engine if not passing in buffer or path for io.
只是简单的读取excel出错:ValueError: Must explicitly set engine if not passing in buffer or path for io.但是在Spyder上运行没问题。pyinstaller打包就出错。其实具体我也不知道为什么。查了很多解决方法。下面这个对我有用:https://pandas.pydata.org/pandas-doc...
2019-06-29 10:29:04
1481
3
原创 Python openpyxl 打开excel,修改某个参数值,读取到随着这个参数值改变后的单元格的数值
记录一下这个历史性的时刻!纠结了好久的问题终于解决了。首先要感谢一下这个帖子:https://bbs.youkuaiyun.com/topics/392568534这个博主针对问题:openpyxl用data_only=True后,读取公式的值后save后,发现文件中公式都没了,请问有解决办法吗?提出,用win32打开再保存:def just_open(filename): xlApp ...
2019-06-13 10:21:35
4548
11
转载 Python2 出现ImportError: No module named model_selection
https://stackoverflow.com/questions/39820893/ipython-python-2-importerror-no-module-named-model-selection这个人的回答写明了原因
2019-03-11 20:40:00
417
原创 当pyqt 信号槽accept出错,显示Dialog没有"accept"时,解决办法
Dialog窗口下面的那个确定取消按钮总是出错,这部分内容转换成py文件之后是:QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL(_fromUtf8("accepted()")), C2_Dialog.accept)QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL(_fromUtf8...
2018-06-30 13:42:52
3241
2
原创 Spyder(TensorFlow)跑tensorflow程序时,出现报错ImportError: No module named 'matplotlib'
cmd环境下:activate tensorflowconda install matplotlib
2018-06-25 20:09:05
1205
原创 pyqt4 表格写入
self.newItem = QTableWidgetItem(str(self.ave_A_alpha))self.tableWidget_export.setItem(0,0,self.newItem)
2018-05-07 15:38:21
969
原创 pyqt4 treeWeight触发item
self.connect(self.treeWidget_base, QtCore.SIGNAL('itemClicked(QTreeWidgetItem*, int)'), self.onClick)def onClick(self): # print self.treeWidget_base.currentItem().text(0) if self.treeWidget_b...
2018-05-02 20:16:33
459
1
ISO9613-2_1996_acustics Part 2(24)-1.pdf
2017-08-24
ISO9613-1_1996_acustics PART 1(32)-1
2017-08-24
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人