The file libmkl_core.dylib is already in my pyinstaller directory, so I dont need to move it manually.
So, why do I get the message: MKL FATAL ERROR: Cannot load libmkl_core.dylib ? and why does it happen only when Im moving the mouse cursor over the figure? ( also, my libmkl.dylib is found in: /Library/Frameworks/Python.framework/Versions/7.1/lib/libmkl_core.dylib ) On Wednesday, March 13, 2013 1:12:47 PM UTC-7, dhyams wrote: > > Ron: > > Personally, I'm not sure. The first step, to make sure that it works, is > to find the mkl library on your system (probably something like > libmkl.dylib or libmkl.so) and manually copy it to the directory that you > packaged in (I'm assuming one-dir packaging here; if you didn't package > one-dir, do so). Then run, so see if you get the same error. > > > On Wed, Mar 13, 2013 at 4:06 PM, Ron Shaar <[email protected]<javascript:> > > wrote: > >> sorry for being dumb, but could you please explain what should I do in >> this case? >> Thanks you very much, >> Ron. >> >> >> On Wednesday, March 13, 2013 2:36:29 AM UTC-7, jelle feringa wrote: >>> >>> >>> If I were guessing, I'd say matplotlib depends on numpy, and your numpy >>>> installation was compiled against the math kernel library. (Mkl). >>>> >>> Stop guessing. That's how it is ;) >>> >> -- >> 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] <javascript:>. >> To post to this group, send email to [email protected]<javascript:> >> . >> Visit this group at http://groups.google.com/group/pyinstaller?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > > > -- > Daniel Hyams > [email protected] <javascript:> > -- 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.
