'''
/Users/xianbin/.emacs.d/.local/straight/build-29.1.90/popweb/popweb.py:49: DeprecationWarning: sipPyTypeDict() is deprecated, the extension module should use sipPyTypeDictRef() instead
super(PostGui, self).init()
/Users/xianbin/.emacs.d/.local/straight/build-29.1.90/popweb/popweb.py:361: DeprecationWarning: sipPyTypeDict() is deprecated, the extension module should use sipPyTypeDictRef() instead
super().init()
/Users/xianbin/.emacs.d/.local/straight/build-29.1.90/popweb/popweb.py:333: DeprecationWarning: sipPyTypeDict() is deprecated, the extension module should use sipPyTypeDictRef() instead
super(QWebEngineView, self).init()
/Users/xianbin/.emacs.d/.local/straight/build-29.1.90/popweb/popweb.py:338: DeprecationWarning: sipPyTypeDict() is deprecated, the extension module should use sipPyTypeDictRef() instead
QWebEnginePage.init(self)
File not found: nil
'''
相关错误信息
''' /Users/xianbin/.emacs.d/.local/straight/build-29.1.90/popweb/popweb.py:49: DeprecationWarning: sipPyTypeDict() is deprecated, the extension module should use sipPyTypeDictRef() instead super(PostGui, self).init() /Users/xianbin/.emacs.d/.local/straight/build-29.1.90/popweb/popweb.py:361: DeprecationWarning: sipPyTypeDict() is deprecated, the extension module should use sipPyTypeDictRef() instead super().init() /Users/xianbin/.emacs.d/.local/straight/build-29.1.90/popweb/popweb.py:333: DeprecationWarning: sipPyTypeDict() is deprecated, the extension module should use sipPyTypeDictRef() instead super(QWebEngineView, self).init() /Users/xianbin/.emacs.d/.local/straight/build-29.1.90/popweb/popweb.py:338: DeprecationWarning: sipPyTypeDict() is deprecated, the extension module should use sipPyTypeDictRef() instead QWebEnginePage.init(self) File not found: nil '''
其中提示文件未找到这个错误应该是引起无法显示页面的主要原因,