Posts by JLânio Morais • 94 points
2 posts
-
7
votes3
answers25438
viewsQ: How to run programs written in Python in windows by hiding terminal feedback
I have the following situation: I have a program written in python that works with Gtk + Webkit + flask. To run such program I must enter from CMD and type "python.py file" and it starts my GUI…
-
0
votes2
answers84
viewsA: Conflict between Jinja and Handlebars
Well, I have a different option, and maybe it’s better. How about changing the outline of jinja2? class CustomFlask(Flask): jinja_options = Flask.jinja_options.copy() jinja_options.update(dict(…