吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 1719|回复: 8
收起左侧

[求助] pip install PyQt已经安装了啊

[复制链接]
冥界3大法王 发表于 2020-12-9 12:49
本帖最后由 冥界3大法王 于 2020-12-9 12:59 编辑

image.png
image.png
https://github.com/x64dbg/x64dbgpy
https://github.com/techbliss/X64dbg_script_editor  不解,求指教。
上面有行错误
GUI的 python编辑器没有出来,以前的版本没这个情况啊。
另外python操控x32dbg的帮助文档在哪里?

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

yyjj95 发表于 2020-12-9 13:24
确定自己的解释器的pygq5模块下载成功了吗,pip list可以看。
 楼主| 冥界3大法王 发表于 2020-12-9 13:33
yyjj95 发表于 2020-12-9 13:24
确定自己的解释器的pygq5模块下载成功了吗,pip list可以看。

@yyjj95

C:\Users\Administrator>pip list
You are using pip version 7.0.1, however version 20.3.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
pip (7.0.1)
setuptools (16.0)

C:\Users\Administrator>
yyjj95 发表于 2020-12-9 13:54
冥界3大法王 发表于 2020-12-9 13:33
@yyjj95

C:%users\Administrator>pip list

你只有pip(7.0.1)和setuptools(16.0)啊 没有PyQt5
 楼主| 冥界3大法王 发表于 2020-12-9 14:03
pip install PyQt5 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
靠,被天狗和谐了,怪不得。
[Python] 纯文本查看 复制代码
import sys
from PyQt5 import QtWidgets, QtCore

app = QtWidgets.QApplication(sys.argv)
widget = QtWidgets.QWidget()
widget.resize(360, 360)
widget.setWindowTitle("Hello, PyQt5!")
widget.show()
sys.exit(app.exec_())

以上测试代码行了

但上面还是会报错。
 楼主| 冥界3大法王 发表于 2020-12-9 14:11
@yyjj95  再来看,这次肯定是安上了!!!但是顶上的错误依旧。

C:\Users\Administrator>pip list
Package                   Version
------------------------- ---------
altgraph                  0.17
astroid                   2.4.2
auto-py-to-exe            2.7.8
autopep8                  1.5.4
beautifulsoup4            4.9.2
bottle                    0.12.19
bottle-websocket          0.2.9
cachetools                4.1.1
certifi                   2020.6.20
cffi                      1.14.3
chardet                   3.0.4
colorama                  0.4.4
Eel                       0.12.4
et-xmlfile                1.0.1
future                    0.18.2
gevent                    20.9.0
gevent-websocket          0.10.1
greenlet                  0.4.17
idna                      2.10
isort                     5.6.4
jdcal                     1.4.1
lazy-object-proxy         1.4.3
lxml                      4.5.2
mccabe                    0.6.1
numpy                     1.19.2
openpyxl                  3.0.5
pefile                    2019.4.18
Pillow                    7.2.0
pip                       18.1
py2exe                    0.10.1.0
pycodestyle               2.6.0
pycparser                 2.20
pyinstaller               4.0
pyinstaller-hooks-contrib 2020.10
pylint                    2.6.0
PyMySQL                   0.10.1
PyQt5                     5.15.2
PyQt5-sip                 12.8.1
pywin32                   228
pywin32-ctypes            0.2.0
requests                  2.24.0
setuptools                40.6.2
six                       1.15.0
soupsieve                 2.0.1
toml                      0.10.2
typed-ast                 1.4.1
urllib3                   1.25.10
whichcraft                0.6.1
wrapt                     1.12.1
wxPython                  4.1.0
xlrd                      1.2.0
XlsxWriter                1.3.7
xlwt                      1.3.0
yapf                      0.30.0
zope.event                4.5.0
zope.interface            5.2.0
You are using pip version 18.1, however version 20.3 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
 楼主| 冥界3大法王 发表于 2020-12-9 14:24
本帖最后由 冥界3大法王 于 2020-12-9 14:32 编辑

啊,我总算知道了,好像问题出在QT的版本 上
py2.7 Qt version 5.+ x86/64 machine
貌似必须5.6 ,实在太坑爹了。
http://download.qt.io/new_archiv ... vc2015_64-5.6.0.exe
真是缺了大德了。vs2015  3G
这破玩意 又是800M
外加其他多个文件(2个插件+2个QT文件夹,1个编辑器+ 1个virtual c++环境支持) 和 其他若干文件等
什么狗屎插件,绝对是反人类设计的
nevinhappy 发表于 2020-12-9 15:01
把PyQT5的pythonpath先显示加上测试?
nevinhappy 发表于 2020-12-10 17:56
在import PyQT5之前,先把它的路径加进来,可能x64dbgpy加载python解析器参数不同,理论上它不知道系统安装的PyQT,或者你把PyQT5安装到它指定的python路径里。
    import sys
    sys.path.append('/home/ershisui/')
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-11-26 10:38

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表