nbs-system / spike

A cool web interface to manage rules for naxsi
https://nbs-system.github.io/spike/
19 stars 9 forks source link

Setup issue "ImportError: No module named ext.bootstrap" or "No module named 'flask.ext'" #42

Open Firzum opened 4 years ago

Firzum commented 4 years ago

Hello,

First of all thanks for this project. I'm facing an issue at setup phase : image

I have no idea how to resolve this, any help is welcome.

More informations: Ubuntu 18.04 LTS 4.15.0-58-generic #64-Ubuntu SMP Tue Aug 6 11:12:41 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux Python 2.7.17 Python 3.6.9

Thanks in advance.

Regards,

jvoisin commented 4 years ago

Did you tried to run the following:

git clone https://github.com/spike
pip install flask
pip install flask-bootstrap
pip install flask-sqlalchemy
pip install flask-wtf
pip install markdown
python ./spike-server.py run