I re-installed python from EPD (epd-7.3-2-macosx-i386), and tried a very 
simple script:

import matplotlib.pyplot 

x=[1,2,3,4]
y=[1,2,3,4]
matplotlib.pyplot.figure(1)
matplotlib.pyplot.plot(x,y)
matplotlib.pyplot.show()

The program fails only when the mouse go over the figure.

Any suggestions what I should do next?
Thanks.
Ron.


On Tuesday, March 12, 2013 2:46:43 PM UTC-7, dhyams wrote:
>
> 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] <javascript:>> 
> 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] <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.
>>  
>>  
>>
>

-- 
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.


Reply via email to