Posts by Denis Menezes de Sousa • 1 point
1 post
-
0
votes1
answer37
viewsA: Flask import problem (Unable to import 'controllers' pylint(import-error)
Basically the problem is because you are not using '.' There are two possible options to solve your problem. Import a single file: from .controller import default Import all modules from directory…