[Flask] Avoiding crash when compilation error occurs during development

Alejo Arias alejoar at gmail.com
Fri Apr 15 04:02:48 EDT 2016


Here's the thread I was referring to. Sorry, I was on my phone before.

https://mail.python.org/pipermail/flask/2016-April/000311.html

Regards

On 15 April 2016 at 09:02, Alejo Arias <alejoar at gmail.com> wrote:

> Hi Gabor,
>
> Unfortunately there's no straight forward way to do that. A python program
> won't run with syntax or semantic errors.
>
> What you could do is use an editor with linting that will highlight your
> syntax mistakes and make sure you don't save the file with errors in it.
> This can greatly help you minimize your problem.
>
> Yesterday someone asked about IDEs for developing flask, you can check
> those answers to find some editor suggestions.
>
> Regards,
> Alejo
> On Apr 15, 2016 08:46, "Gabor Szabo" <gabor at szabgab.com> wrote:
>
>>
>> Hi,
>>
>> this has been bothering me for a while now, and have not found a solution
>> yet.
>>
>> During development I launch the application using
>>
>> app.run(debug=True, host='0.0.0.0')
>>
>> it works nicely and reloads the application when I make some changes,
>> but if I make a syntax error, and I make quite a lot of them, then the
>> server crashes
>> and then I have to switch to the console to start it again.
>>
>> Is there a way to avoid this?
>> Well, besides not making syntax errors any more.
>>
>> Gabor
>>
>>
>> _______________________________________________
>> Flask mailing list
>> Flask at python.org
>> https://mail.python.org/mailman/listinfo/flask
>>
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/flask/attachments/20160415/8e574fdb/attachment.html>


More information about the Flask mailing list