Flask Support

33 views
Skip to first unread message

Michele Orrù

unread,
Jan 4, 2012, 10:19:33 AM1/4/12
to pyins...@googlegroups.com
Hello everyone.
I've sent this mail just to know if any of you have ever tried pyinstaller with flask; in case, I would be glad to read about your experience.

Regards, 
--
Michele Orrù

Ram

unread,
Sep 3, 2012, 8:45:26 PM9/3/12
to pyins...@googlegroups.com

I have and got werkzeug.exceptions not found import error. I tried to add a hook-werkzeug.exceptions.py in PyInstaller/hooks with 

hiddenimports = ['abort']

but I still got this error. Anyone knows how to fix this? 
(I also tried to manually add from werkzeug.exceptions import abort -- in my code, but when i run it, it still gives me:raise ImportError("No module named %s" % fqname) -- Unhandled ImportError: No module named werkzeug.exceptions)

Thanks,
--Ram
Reply all
Reply to author
Forward
0 new messages