Doing anything in the Terminal won't help QGIS. OS X applications do not get anything from the shell environment. There is a section in the QGIS preferences to set environment variables.
FWIW, matplotlib is found for me with QGIS 2 on Lion. And not found on Mt Lion, I'll see if I can figure this out. On Sep 14, 2013, at 7:51 AM, Manuel Spínola wrote: > Thank you very much Gene. > > How can I solve the problem? I deleted the python 3.3 that I installed > before. Right now I have version 2.7.5., but still QGIS is asking me for the > matplotlib. > > I don´t know much how to play with the Terminal. > > Best > > Manuel > > > 2013/9/14 gene <[email protected]> > > If you are a Python specialist, you can always try to add the site-package > folder of one of the others Pythons (same version) to the PYTHONPATH of the > Apple Python with sys.path.insert(0,'/usr/local/lib/python2.7'), > site.addsitedir('/usr/local/lib/python2.7') or a .pth file, but beware of > crashes....( Too many different Python versions on my system and causing > problems > <http://stackoverflow.com/questions/14117945/too-many-different-python-versions-on-my-system-and-causing-problems> > ) ----- William Kyngesburye <kyngchaos*at*kyngchaos*dot*com> http://www.kyngchaos.com/ First Pogril: Why is life like sticking your head in a bucket filled with hyena offal? Second Pogril: I don't know. Why IS life like sticking your head in a bucket filled with hyena offal? First Pogril: I don't know either. Wretched, isn't it? -HitchHiker's Guide to the Galaxy _______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
