Got it. It just required a really long list of hidden imports to work. On Sunday, January 19, 2014 11:40:28 PM UTC-6, Chris Casey wrote: > > I'm trying to package openstack clients, and there's a function, > presumably for exception handling, that uses the following code to import > modules: > > def import_module(import_str): > __import__(import_str) > return sys.modules[import_str] > > No matter what I try to add to specified paths or hidden imports, my app > always seems to crash here. Any ideas on what I *should* be doing? >
-- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller. For more options, visit https://groups.google.com/groups/opt_out.
