hi everyone, I run python 2.7.2. in Eclipse (recently upgraded from 2.6). I have a problem with installing matplotlib (I found the version for python 2.7. MacOs 10.3, no later versions). If I run python in terminal using arch -i386 python, and then <div>
<br></div><div>from matplotlib.pylab import *</div><div><br></div><div>and similar stuff, everything works fine. If I run python in eclipse or just without arch -i386, I can import matplotlib as </div><div><br></div><div>
from matplotlib import *</div><div><br></div><div>but actually nothing gets imported. If I do it in the same way as above, I get the message</div><div><br></div><div><span style="font-family:Arial,sans-serif;font-size:14px;line-height:19px;text-align:left;background-color:rgb(255,255,255)">no matching architecture in universal wrapper</span><br style="font-family:Arial,sans-serif;font-size:14px;line-height:19px;text-align:left;background-color:rgb(255,255,255)">
</div><div style="text-align:left"><font face="Arial, sans-serif"><span style="font-size:14px;line-height:19px"><br></span></font></div><div><span style="font-family:Arial,sans-serif;font-size:14px;line-height:19px;text-align:left;background-color:rgb(255,255,255)">which means there's conflict of versions or something like that. I tried reinstalling the interpreter and adding matplotlib to forced built-ins, but nothing helped. For some reason I didn't have this problem with numpy and tkinter. </span></div>
<div><span style="font-family:Arial,sans-serif;font-size:14px;line-height:19px;text-align:left;background-color:rgb(255,255,255)"><br></span></div><div><span style="font-family:Arial,sans-serif;font-size:14px;line-height:19px;text-align:left;background-color:rgb(255,255,255)">Any suggestions are appreciated. </span></div>