Forums

import from flask import Flask, request,render_template not working

Im using https://blog.pythonanywhere.com to learn how to use pythonanywhere Im doing everything as to the instruction But from flask import Flask, render_template fails same if I add request #from flask import Flask, request Only Flask can be imported #from flask import Flask

That should work. What is the exact error you get if you try to import things other than Flask?

Hey' thanks

It did work after few trials

Glad you figured it out!