X2Cscope / pyx2cscope

python implementation of x2cscope
Other
1 stars 0 forks source link

Error when starting web x2cscope #25

Closed edras closed 2 months ago

edras commented 2 months ago

When starting the web version I got the following error

Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "C:\Users\M71906.venv\Lib\site-packages\pyx2cscope__main.py", line 18, in from pyx2cscope.gui.web import app File "C:\Users\M71906.venv\Lib\site-packages\pyx2cscope\gui\web\init__.py", line 9, in from flask import Flask ModuleNotFoundError: No module named 'flask'