We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
` [root@instance-6olzww4q Qbot]# python main.py Traceback (most recent call last): File "/home/Qbot/main.py", line 12, in frame = MainFrame(None, title="AI智能量化投研平台") File "/home/Qbot/gui/mainframe.py", line 110, in init homepage = WebPanel(self.m_notebook) File "/home/Qbot/gui/widgets/widget_web.py", line 11, in init self.browser = web.WebView.New(self) NotImplementedError
` 部署报错NotImplementedError
The text was updated successfully, but these errors were encountered:
这个依赖了wxPython 可视化窗口的方式,可以去掉前端,也可以通过flask或react 写一个前端;跑后端服务应该是ok 的。
Sorry, something went wrong.
您在开发的时候还是主要考虑windows平台的吗
这个依赖了wxPython 可视化窗口的方式,可以去掉前端,也可以通过flask或react 写一个前端;跑后端服务应该是ok 的。 您在开发的时候还是主要考虑windows平台的吗
@jg0014 ubuntu\win\mac 都是支持的
No branches or pull requests
`
[root@instance-6olzww4q Qbot]# python main.py
Traceback (most recent call last):
File "/home/Qbot/main.py", line 12, in
frame = MainFrame(None, title="AI智能量化投研平台")
File "/home/Qbot/gui/mainframe.py", line 110, in init
homepage = WebPanel(self.m_notebook)
File "/home/Qbot/gui/widgets/widget_web.py", line 11, in init
self.browser = web.WebView.New(self)
NotImplementedError
`
部署报错NotImplementedError
The text was updated successfully, but these errors were encountered: