You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(jsonenv) host:Python-Demo-App.2x gpabon$ python main.py
Traceback (most recent call last):
File "main.py", line 1, in
from hello import db, app
File "/Users/gpabon/Documents/workspace/oracle-ddev-db/Python-Demo-App.2x/hello/init.py", line 1, in
from hello import views
File "/Users/gpabon/Documents/workspace/oracle-ddev-db/Python-Demo-App.2x/hello/views.py", line 3, in
from hello import app, db, login_manager, db_connection
ImportError: cannot import name app
The text was updated successfully, but these errors were encountered:
(jsonenv) host:Python-Demo-App.2x gpabon$ python main.py
Traceback (most recent call last):
File "main.py", line 1, in
from hello import db, app
File "/Users/gpabon/Documents/workspace/oracle-ddev-db/Python-Demo-App.2x/hello/init.py", line 1, in
from hello import views
File "/Users/gpabon/Documents/workspace/oracle-ddev-db/Python-Demo-App.2x/hello/views.py", line 3, in
from hello import app, db, login_manager, db_connection
ImportError: cannot import name app
The text was updated successfully, but these errors were encountered: