python安装 wxPython出错怎么解决
Tofloor
poster avatar
lyonchen
deepin
2018-11-19 20:38
Author
窗户10系统下通过pip和whl方法安装都失败



>>> import wx
Traceback (most recent call last):
  File "", line 1, in
  File "C:\Users\chenl\AppData\Local\Programs\Python\Python37\lib\site-packages\wx\__init__.py", line 17, in
    from wx.core import *
  File "C:\Users\chenl\AppData\Local\Programs\Python\Python37\lib\site-packages\wx\core.py", line 12, in
    from ._core import *
ImportError: DLL load failed: 找不到指定的模块。



python3.7.1配wxPython-4.0.3-cp37-cp37m-win_amd64文件安装的

Reply Favorite View the author
All Replies
avatar
ryenang
deepin
2018-11-19 21:17
#1
这里是Deepin的论坛,你用win10敲Python和Deepin无关吧!
Reply View the author
avatar
ryenang
deepin
2018-11-19 21:18
#2
用conda安装wxpython看看有没有问题,你安装有问题
Reply View the author
avatar
lyonchen
deepin
2018-11-20 03:48
#3
deepin的系统不能下载税控软件,窗户系统卸不得呀
Reply View the author
avatar
cgp
deepin
2018-11-20 06:50
#4
我之前也安装过,安装不上。但好像对python2.7支持不错,建议还是转PyQt5吧,比wxPython更稳定,更强大,资料更多。
Reply View the author
avatar
许自强
deepin
2018-11-20 17:26
#5
缺少DLL,估计是还有wx的相关套件没有安装。
Reply View the author
avatar
rainyl
deepin
2018-11-20 18:22
#6
你新建一个conda或者venv吧。。
Reply View the author
avatar
lyonchen
deepin
2018-11-20 21:18
#7
https://bbs.deepin.org/post/171177
我之前也安装过,安装不上。但好像对python2.7支持不错,建议还是转PyQt5吧,比wxPython更稳定,更强大,资 ...

PYQT5百度不到系统的教程资料,wxpython找的一个
Reply View the author
avatar
cgp
deepin
2018-12-01 05:51
#8
https://bbs.deepin.org/post/171177
PYQT5百度不到系统的教程资料,wxpython找的一个

不会吧,PyQt的资料远比wxpython多吧。建议还是买本书吧,讲得系统有条理,网上太零散了。
Reply View the author
avatar
许自强
deepin
2018-12-01 08:30
#9
https://bbs.deepin.org/post/171177
不会吧,PyQt的资料远比wxpython多吧。建议还是买本书吧,讲得系统有条理,网上太零散了。 ...

系统讲的要么买纸质书,要么电子版的英文手册。https://bbs.deepin.org/post/157702
Reply View the author
avatar
134******37
deepin
2018-12-02 15:33
#10
pyqt5用了就不想用其他
Reply View the author