Xingmin Aaron Zhang

Results 6 comments of Xingmin Aaron Zhang

I removed that file opening line, but it still reports the FileNotFoundError

``` [DEBUG] Registered Python environment 'system': CPython version 3.7.4.final.0 on darwin in ['/Users/xzhang/.local/share/virtualenvs/js-magnitud-C2QM3xGh/bin/python3'] PyBuilder version 0.12.7 Build started at 2020-08-05 17:06:20 ------------------------------------------------------------ [DEBUG] Loading project module from ./build.py [DEBUG] Setting...

Sorry for the delay. I posted the error messages above. I did a lot of testing. It seem the error always comes from .pyc, and from the use of the...

I have no idea what it is about... I was using pure python.

I will try to reproduce the issue with a toy project in the coming days. Thanks.

New user here wondering about the same issue. Want to query data in existing database. After ``` app = Flask(__name__) app.config.from_mapping(SQLALCHEMY_DATABASE_URI='PATH TO EXISTING DB') sql_alchemy = SQLAlchemy() sql_alchemy.init_app(app) sql_alchemy.reflect(app) ```...