problems importing matplotlib in macos

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

from matplotlib.pylab import *

and similar stuff, everything works fine. If I run python in eclipse or just
without arch -i386, I can import matplotlib as

from matplotlib import *

but actually nothing gets imported. If I do it in the same way as above, I
get the message

no matching architecture in universal wrapper

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.

Any suggestions are appreciated.

ยทยทยท

--
View this message in context: http://old.nabble.com/problems-importing-matplotlib-in-macos-tp33037227p33037227.html
Sent from the matplotlib - users mailing list archive at Nabble.com.