daxeel / blockshell

🎉 Minimal Blockchain Learning CLI
MIT License
1.38k stars 121 forks source link

python web.py reports ImportError #20

Open ashwinanand2526 opened 6 years ago

ashwinanand2526 commented 6 years ago

Hello,

I'm quite new to this. Don't understand python very well. Just followed the instructions here and everything worked well until i tried opening the web using 'pyton web.py' ,which reported the below error [attached png]. Can you let me know how to fix this ?

I run Windows 7, with python 2.7.13.

bc

You guys doing a great job. Very useful stuff for beginners like me.

Thanks Ashwin

daxeel commented 6 years ago

Did you install flask module in your virtual environment?

ashwinanand2526 commented 6 years ago

I just followed the installation instructions on the page. Didn't know it wouldn't install these modules by default. Could you let me know any particulars of it.

Thank you Ashwin

On Sun, Sep 2, 2018, 8:13 PM Daxeel Soni notifications@github.com wrote:

Did you install flask module in your virtual environment?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/daxeel/blockshell/issues/20#issuecomment-417935671, or mute the thread https://github.com/notifications/unsubscribe-auth/Ao7EICTIx92dz1152jWS8dvPPF3QFrqwks5uW-6fgaJpZM4WWmhg .

Hiteshb96 commented 5 years ago

Install flask in your virtual environment and then try again

daxeel commented 5 years ago

@ashwinanand2526 is this resolved? If yes, close this issue. Thanks.