Ron Shaar píše v Út 12. 03. 2013 v 08:33 -0700: > Hi! I have exactly the same problem. I can make an app from my > matplotlib (and wxpython gui) programs. but as soon the mouse goes > over the figures, the program crashes and I get the message "MKL FATAL > ERROR: Cannot load libmkl_core.dylib". Can someone please help me > understanding what is causing the problem, and how can I fix it? Thank > you very much, Ron.
This seems like an issue related to the matplotlib and the way it is packaged. Matplotlib probably uses ctypes module to lod libmkl dynamically and pyinstaller is thus not able to find it. -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
