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

No module named 'qbot.engine.config' #90

Open
cctni opened this issue Dec 19, 2024 · 2 comments
Open

No module named 'qbot.engine.config' #90

cctni opened this issue Dec 19, 2024 · 2 comments
Labels
question Further information is requested

Comments

@cctni
Copy link

cctni commented Dec 19, 2024

Traceback (most recent call last):
File "C:\Users\Administrator\Desktop\home\Qbot\qbot\gui\panels\panel_sim_trade.py", line 447, in OnClickTrade
self.trade_engine = TradeEngine(self.trader_opts, self.syslog)
File "C:\Users\Administrator\Desktop\home\Qbot\qbot\engine\trade\trade_engine.py", line 25, in init
self.TradeEngine = SimTradeEngine(self.trade_opts, syslog_obj=self.syslog)
File "C:\Users\Administrator\Desktop\home\Qbot\qbot\engine\trade\trade_sim.py", line 105, in init
from qbot.engine.config import BTC_SIM_ACCOUNT
ModuleNotFoundError: No module named 'qbot.engine.config'

@cctni cctni added the question Further information is requested label Dec 19, 2024
@Charmve
Copy link
Member

Charmve commented Feb 19, 2025

在代码主目录,执行python mian.py

@fxgxxhh
Copy link

fxgxxhh commented Feb 19, 2025

在代码主目录,执行python mian.py
你好,我同样遇到了这个问题,在主目录执行python mian.py 后在qbot.engine下面依然没有出现config模块

Image

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