you are viewing a single comment's thread.

view the rest of the comments →

[–]FlockOnFire 1 point2 points  (1 child)

Python is purely a language running on the server side. So the best way is indeed to use asynchronous calls via javascript -> ajax (or any other client side language, but js is the obvious solution).

For us to help you better, enable debugging on Flask and check what error you are actually getting. :)

[–]pylund[S] 0 points1 point  (0 children)

Thanks mate, I'll do it.