I'm afraid I hit a wall here. My code is not very complex (less than 700 lines in two files), and I never explicitly pull anything from those dlls. A simple test showed that the first call to matplotlib was when the crash occurred.
Grepping for "mk2_" in matplotlib got no matches. Grepping in the whole c:\Python27 tree showed every reference to be inside a binary file, either an mk2_*.dll file or a .pyd file. I strongly suspect that matplotlib pulls "linalg.py" for its linear algebra, which pulls "lapack_lite.pyd", which in the binary seems to refer to mk2_intel_thread.dll which may try to pull the conflictive ones. In any case, however they may be called is obscured inside binary files. Any ideas? -- 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.
