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

On Wednesday, January 4, 2012 10:19:33 AM UTC-5, Michele Orrù wrote:
>
> 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ù
>

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/pyinstaller/-/rMJ2BeiyoGMJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to