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
Hi, I get this error when I try to run server.py after I upgraded the bot today:
(base) C:\Users\...\Downloads\TWB-master\webmanager>python server.py
Traceback (most recent call last):
File "C:\Users\...\Downloads\TWB-master\webmanager\server.py", line 8, in <module>
from webmanager.helpfile import help_file, buildings
ModuleNotFoundError: No module named 'webmanager'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\...\Downloads\TWB-master\webmanager\server.py", line 12, in <module>
from utils import DataReader, BotManager, MapBuilder, BuildingTemplateManager
File "C:\Users\...\Downloads\TWB-master\webmanager\utils.py", line 9, in <module>
from core.filemanager import FileManager
ModuleNotFoundError: No module named 'core'
The text was updated successfully, but these errors were encountered:
Hi, I get this error when I try to run server.py after I upgraded the bot today:
The text was updated successfully, but these errors were encountered: