Jerry Liu

Results 2 comments of Jerry Liu

Here's something that works with the application context using the following principle, tested and working using uwsgi + nginx **executor.py** ``` from flask_executor import Executor executor = Executor() ``` **my_blueprint.py**...

Yeah, there seems to be some issues with threading and virtualbox. I get the following exception when trying to run PyCharm debugger or Flask from console on the same code....