Thanks. Ipython worked like a charm. Are there any plans of putting ipython up with the other macpython packages? It seems like it's a pretty important piece of the mac/mpl puzzle.
-stephen On 2/6/07, George Nurser <[EMAIL PROTECTED]> wrote: > > I had the same problem. Either you need to use TkAgg backend, or use ipython. > > making it from source is easy. > > Get ipython-0.7.3.tar.gz from http://ipython.scipy.org/dist/ > > Expand it > > cd .../ipython-0.7.3 > sudo python setup.py install > > This puts executables into > /Library/Frameworks/Python.framework/Versions/2.4/bin > > You need to make sure they are in your path either by adding > /Library/Frameworks/Python.framework/Versions/2.4/bin to your path, or > making symbolic links to a directory in your path. > e.g. I did > cd /usr/local/bin/ > sudo ln -s /Library/Frameworks/Python.framework/Versions/2.4/bin/ipython . > sudo ln -s /Library/Frameworks/Python.framework/Versions/2.4/bin/irunner . > sudo ln -s /Library/Frameworks/Python.framework/Versions/2.4/bin/pycolor . > rehash > > HTH. George Nurser. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users