Closed kami619 closed 6 months ago
@kami619, try to use your terminal instead
$ export FLASK_APP=run.py
$ export FLASK_ENV=development
or
$ export FLASK_DEBUG=1
$ flask run
@mr-teslaa
Thank you for reaching out, appreciate your time, still happens while using the terminal, as you suggested.
> export FLASK_APP=run.py
> export FLASK_ENV=development
> flask run
* Tip: There are .env or .flaskenv files present. Do "pip install python-dotenv" to use them.
* Serving Flask app 'run.py' (lazy loading)
* Environment: development
* Debug mode: on
Usage: flask run [OPTIONS]
Try 'flask run --help' for help.
Error: While importing 'run', an ImportError was raised.
@kami619
Could you please give me more information about your error, that would be great
I fixed thanks anyway. By the way If I need a full complete project about management systems using advanced flask features what is the process to work with you ?
On Fri, Jan 19, 2024 at 10:01 PM Hossain Foysal @.***> wrote:
@kami619 https://github.com/kami619
Could you please give me more information about your error, that would be great
— Reply to this email directly, view it on GitHub https://github.com/mr-teslaa/Junior_School_and_College/issues/27#issuecomment-1900476199, or unsubscribe https://github.com/notifications/unsubscribe-auth/BEQ7ODXJHERLXGFG65AHCZTYPJ4C7AVCNFSM6AAAAAASHMWAB6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBQGQ3TMMJZHE . You are receiving this because you commented.Message ID: @.***>
@NK-Inomine If you want to add new feature, describe your idea what you are thinking to add. Then you could create pull request. That's it
@mr-teslaa your application looks really cool, but I would like to try it out myself and hitting this error. Please let me know if I am doing something wrong here
here's the
.flaskenv
filerunning
flask run
fails with the below error