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.


------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to