If I were guessing, I'd say matplotlib depends on numpy, and your numpy installation was compiled against the math kernel library. (Mkl). Try writing a tiny numpy script and package it to see if you get the same error.
Even if that is the case, I'm not sure why it would not be packaged. After you see the error try copying that lib to your package Dir to see if it will run. Daniel Hyams On Mar 12, 2013 11:55 AM, "Ron Shaar" <[email protected]> wrote: > 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. > > > On Friday, March 8, 2013 2:55:31 PM UTC-8, Martin Z wrote: >> >> Til píše v Čt 07. 03. 2013 v 11:34 -0800: >> > Then I compile with `python pyinstaller.py --windowed test.py`. It >> > compiles find, even shows the figure when I start it, but as soon as I >> > move the mouse on the figure, it crashes with the error message: >> > >> > MKL FATAL ERROR: Cannot load libmkl_core.dylib >> > >> > >> > Any ideas how to fix it? >> >> Is this library included with other files collected by pyinstaller? >> >> -- > 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. > > > -- 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.
