You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
安装了PyQT5和PySide,运行uiKLine.py正常,但是运行uiKLineTool.py没有界面出现,直接退出:
C:\Python\Python36\lib\site-packages\qtpy_init_.py:211: RuntimeWarning: Selected binding "pyqt" could not be found, using "pyside"
'using "{}"'.format(initial_api, API), RuntimeWarning)
Process finished with exit code -1073740791 (0xC0000409)
The text was updated successfully, but these errors were encountered:
安装了PyQT5和PySide,运行uiKLine.py正常,但是运行uiKLineTool.py没有界面出现,直接退出:
C:\Python\Python36\lib\site-packages\qtpy_init_.py:211: RuntimeWarning: Selected binding "pyqt" could not be found, using "pyside"
'using "{}"'.format(initial_api, API), RuntimeWarning)
Process finished with exit code -1073740791 (0xC0000409)
The text was updated successfully, but these errors were encountered: