pclipse / beammp-webgui

BeamMP Server Manager WebGUI
0 stars 1 forks source link

Missing dependency Flask-WTF #2

Closed Mentorius closed 1 month ago

Mentorius commented 1 month ago

Followed the readme, got error at startup: File "D:\BeamMP\WebGUI\app.py", line 6, in from flask_wtf import FlaskForm ModuleNotFoundError: No module named 'flask_wtf'

Seems this dependency is missing in the readme. pip install Flask-WTF

pclipse commented 1 month ago

Hello,

Thanks for bringing this to my attention, I've updated the readme.md accordingly. You just need to install the flask-wtf python dependency. You'll see I changed step 3.

I see you ran the flask-wtf install command. Did that sort the issue?

Mentorius commented 1 month ago

Yes, after installing flask-wtf it runs fine.

pclipse commented 1 month ago

Okay great! Cheers.