Ram píše v Po 03. 09. 2012 v 18:04 -0700: > I've tried manually importing this module, tried adding > hooks-werkzeug.expceptions.py with hiddenimports=['abort']
hook should probably look different: hook-werkzeug.py: hiddenimports=['werkzeug.exceptions'] But you should look at the werkzeug code what magic it does to import modules dynamically. Another option is to look in the 'site-package' directory how werkzeug is installed - if it's as zipped or unzipped egg. -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. 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.
