英文: Python script running in pycharm but not in cmd 问题 我在PyCharm中使用Python 3.9版本,脚本可以正常运行,但在cmd中输入pyt...
Button.grid() 在 PyCharm 的 tkinter 中无法正常工作
英文: Button.grid() not working properly in pycharm tkinter 问题 这是您提供的代码,我不会翻译它。如果您需要帮助解决问题,请提出具体的问题描述,...
PyCharm 无法在导入时看到我新编译的 .pyc 文件。
英文: PyCharm cannot see my newly compiled .pyc see on import 问题 我在使用PyCharm,有一个名为foo.py的文件。foo.py文件中有...
为什么这不起作用,我已经安装了sklearn。当我尝试执行它时,它显示错误。
英文: why this is not working, I have already installed sklearn. it is showing the error when I'm ...
在PyCharm上使用Jupyter包导入Python模块时出错。
英文: Error trying to import python modules using jupyter package on pycharm 问题 我正在使用Pycharm与Jupyter包,...
如何在PyCharm中显示图表?
英文: How can I display plots in PyCharm? 问题 我在PyCharm中出现了可视化图表的问题,但尚未找到解决方案。有人知道如何在PyCharm中查看图表吗? imp...
样式表 QComboBox QListView 在将 UI 转换为 PY 后不起作用。
英文: styleSheet QComboBox QListView not working after convert UI to PY 问题 以下是您要翻译的内容: "I created...
删除已安装包中的CPython文件
英文: remove cpython files in installed packages 问题 我之前通过PyCharm安装了一个包。我对包的源代码进行了一些更改,但发现PyCharm仍然运行旧版...
添加不同的值到使用循环创建的条目。
英文: Adding different values to the entries created with the loop 问题 例如,我想要使用循环从1到10依次将数字插入到我创建的10个条...
如何在我的自己的Python包中正确使用类型提示
英文: How do i correctly type hint in my own python package 问题 Im currently creating my first own pack...
7