Reporting this for a colleague: On a clean install of Spyder 2.2.0 beta3 Lion dmg (on OS X 10.8), running the Matplotlib example scatterhbist.py (seehttp://matplotlib.org/examples/axes_grid/scatter_hist.html ), the following error occurs:
Traceback (most recent call last): File "/Users/ralph/scatterhist.py", line 11, in <module> from mpl_toolkits.axes_grid1 import make_axes_locatable ImportError: No module named axes_grid1 Same result when running iPyhton: runfile(r'/Users/ralph/scatterhist.py', wdir=r'/Users/ralph') Traceback (most recent call last): File "<ipython-input-1-a52c4829f0a5>", line 1, in <module> runfile(r'/Users/ralph/scatterhist.py', wdir=r'/Users/ralph') File "/Applications/Spyder.app/Contents/Resources/lib/python2.7/spyderlib/widgets/externalshell/sitecustomize.py", line 508, in runfile execfile(filename, namespace) File "/Users/ralph/scatterhist.py", line 11, in <module> from mpl_toolkits.axes_grid1 import make_axes_locatable ImportError: No module named axes_grid1 Is something missing from the Matplotlib setup? Or has he got Python version problems? (He was experimenting with 2 Enthought installs previously, the Free and Academic). Could someone check and see if the same error occurs? Thanks DN -- You received this message because you are subscribed to the Google Groups "spyder" 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/spyderlib?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
