Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Flask cannot see my modules
Post: RE: Flask cannot see my modules

The problem only occurs with Flask. The only missing information about this "minimal" configuratioon that I can think of is where the modules are: everything is in the directory called "miminal" (__in...
anna_naden General Coding Help 4 6,373 May-01-2020, 12:41 AM
    Thread: Flask cannot see my modules
Post: RE: Flask cannot see my modules

OK I have removed the other modules. What is left: the main in __init__.py, which has only from flask import Flask from .make_plot import make_plot def create_app(): app = Flask(__name__) app...
anna_naden General Coding Help 4 6,373 Apr-30-2020, 10:10 PM
    Thread: Flask cannot see my modules
Post: Flask cannot see my modules

I have a Flask application and each python module has a doctest which runs successfully. However, when I run the modules under flask, I get "module not found." Main code (__init.py__) import os impo...
anna_naden General Coding Help 4 6,373 Apr-30-2020, 05:49 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020