Error in Module

2024-03-11 Thread Sanskar Mukeshbhai Joshi via Python-list
Respected Sir/Ma'am

I had made my project in BCA in Python. When I had complete my project and run 
the program, at that time I got the error in runnig my project. The error was 
ModuleNotFoundError: No module named 'flask'.

I request you to check this problem and resolve it or guide me to solve this 
Error.
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Error in Module

2024-03-11 Thread Sanskar Mukeshbhai Joshi via Python-list
Thank you for the information.

On Mon, Mar 11, 2024, 22:36  wrote:

> Sanskar Mukeshbhai Joshi wrote at 2024-3-10 18:08 +:
> >I had made my project in BCA in Python. When I had complete my project
> and run the program, at that time I got the error in runnig my project. The
> error was ModuleNotFoundError: No module named 'flask'.
>
> `flask` is not part of the Python library; it has to be installed
> separately.
>
> Apparently, you project is a `flask` project (a Web application platform).
> In this case, you must run your program in a special `flask`
> environment.
>
> I suggest you contact your project mentor to get help.
>
-- 
https://mail.python.org/mailman/listinfo/python-list