• Error in Module

    From Sanskar Mukeshbhai Joshi@3:633/280.2 to All on Mon Mar 11 05:08:27 2024
    :
    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 err=
    or was ModuleNotFoundError: No module named 'flask'.

    I request you to check this problem and resolve it or guide me to solve thi=
    s Error.

    --- MBSE BBS v1.0.8.4 (Linux-x86_64)
    * Origin: ---:- FTN<->UseNet Gate -:--- (3:633/280.2@fidonet)
  • From Alan Gauld@3:633/280.2 to All on Tue Mar 12 03:28:40 2024
    On 10/03/2024 18:08, Sanskar Mukeshbhai Joshi via Python-list wrote:

    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 a third party package that you need to install separately
    from Python. It does not come as standard. Have you installed Flask
    on the computer where you are running your project? If so, how did you download/install it?

    --
    Alan G
    Author of the Learn to Program web site
    http://www.alan-g.me.uk/
    http://www.amazon.com/author/alan_gauld
    Follow my photo-blog on Flickr at:
    http://www.flickr.com/photos/alangauldphotos



    --- MBSE BBS v1.0.8.4 (Linux-x86_64)
    * Origin: ---:- FTN<->UseNet Gate -:--- (3:633/280.2@fidonet)
  • From dieter.maurer@online.de@3:633/280.2 to All on Tue Mar 12 04:06:35 2024
    Sanskar Mukeshbhai Joshi wrote at 2024-3-10 18:08 +0000:
    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.

    --- MBSE BBS v1.0.8.4 (Linux-x86_64)
    * Origin: ---:- FTN<->UseNet Gate -:--- (3:633/280.2@fidonet)
  • From Sanskar Mukeshbhai Joshi@3:633/280.2 to All on Tue Mar 12 05:04:10 2024
    Thank you for the information.

    On Mon, Mar 11, 2024, 22:36 <dieter.maurer@online.de> wrote:

    Sanskar Mukeshbhai Joshi wrote at 2024-3-10 18:08 +0000:
    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.


    --- MBSE BBS v1.0.8.4 (Linux-x86_64)
    * Origin: ---:- FTN<->UseNet Gate -:--- (3:633/280.2@fidonet)