Skip to content
New issue

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

请问是否支持部署在云服务器CentOS上面 #70

Open
ODomWang opened this issue Oct 24, 2023 · 3 comments
Open

请问是否支持部署在云服务器CentOS上面 #70

ODomWang opened this issue Oct 24, 2023 · 3 comments
Labels
question Further information is requested

Comments

@ODomWang
Copy link

`
[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

@ODomWang ODomWang added the question Further information is requested label Oct 24, 2023
@Charmve
Copy link
Member

Charmve commented Nov 13, 2023

这个依赖了wxPython 可视化窗口的方式,可以去掉前端,也可以通过flask或react 写一个前端;跑后端服务应该是ok 的。

@jg0014
Copy link

jg0014 commented Feb 3, 2024

这个依赖了wxPython 可视化窗口的方式,可以去掉前端,也可以通过flask或react 写一个前端;跑后端服务应该是ok 的。

您在开发的时候还是主要考虑windows平台的吗

@Charmve
Copy link
Member

Charmve commented Feb 3, 2024

这个依赖了wxPython 可视化窗口的方式,可以去掉前端,也可以通过flask或react 写一个前端;跑后端服务应该是ok 的。

您在开发的时候还是主要考虑windows平台的吗

@jg0014 ubuntu\win\mac 都是支持的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants