Widdershin / flask-desktop

flask-desktop lets you create first class desktop applications in Python with HTML/CSS
MIT License
368 stars 62 forks source link

Problem when building with pyinstaller #1

Closed ondoheer closed 6 years ago

ondoheer commented 8 years ago

I loved your Flask Desktop library and am having troubles packaging it with pyinstaller.

I have run into the jinja2 TemplateNotFound Exception issue and following the http://stackoverflow.com/questions/35811448/pyinstaller-jinja2-templatenotfound recommendations, I still haven't managed to solve it.

I was wondering if you had a way to do this properly?

Popkultur commented 8 years ago

I read there is a parameter "template_path" for the Flask App, however, since I am using also flask-socketio, this does not work for me.