Hi, I have a situation where a function being run in a concurrent.futures thread hangs when my app is packaged using PyInstaller but not when run from the command line. This is with MacPorts Python 2.7.8 (32 bit) on OSX.
The hang happens when "import" is called from within a function. This seems to be a reasonably common idiom in the libraries that I am using so it is not something that I can change in my code. Also the app uses PyQt5 and the GUI thread does not hang. Has anyone experienced anything similar to this. If so, how did you fix it? Glenn -- 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/d/optout.
