Re: Error in Module

Liste des GroupesRevenir à cl python 
Sujet : Re: Error in Module
De : dieter.maurer (at) *nospam* online.de
Groupes : comp.lang.python
Date : 11. Mar 2024, 19:06:35
Autres entêtes
Message-ID : <mailman.83.1710178275.3452.python-list@python.org>
References : 1 2
User-Agent : VM 8.0.12-devo-585 under 21.4 (patch 24) "Standard C" XEmacs Lucid (x86_64-linux-gnu)
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.

Date Sujet#  Auteur
11 Mar 24 o Re: Error in Module1dieter.maurer

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal