Hi, I have a small example GUI application which uses PyQt. Yesterday, I upgraded from PyQt 4.8.6 to PyQt 4.9 and reran PyInstaller (1.5.1) on Windows. The Python script runs fine with PyQt 4.9 but the PyInstaller executable fails with the following traceback:
File "<string>", line 20, in <module> File "F:\program files\pyinstaller\iu.py", line 436, in importHook mod = _self_doimport(nm, ctx, fqname) File "F:\program files\pyinstaller\iu.py", line 495, in doimport mod = importfunc(nm) File "F:\program files\pyinstaller\iu.py", line 297, in getmod mod = owner.getmod(nm) File "F:\program files\pyinstaller\archive.py", line 468, in getmod return iu.DirOwner.getmod(self, self.prefix+'.'+nm) File "F:\program files\pyinstaller\iu.py", line 109, in getmod mod = imp.load_module(nm, fp, attempt, (ext, mode, typ)) ImportError: DLL load failed: A dynamic link library (DLL) initialization routine failed. What can I do to debug this issue? Thorsten -- 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.
