Hi Just installed numpy, numarray, scipy and matplotlib. All work fine execpt pylab. When I try to import I get the following error message:
>>> from pylab import * Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packag es/pylab.py", line 1, in <module> from matplotlib.pylab import * File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packag es/matplotlib/pylab.py", line 199, in <module> import cm File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packag es/matplotlib/cm.py", line 5, in <module> import colors File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packag es/matplotlib/colors.py", line 38, in <module> from numerix import array, arange, take, put, Float, Int, putmask, \ File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packag es/matplotlib/numerix/__init__.py", line 20, in <module> from matplotlib import rcParams, verbose ImportError: cannot import name rcParams Any thoughts on why? Thanks mark -- Dr Mark G. Thomas Department of Biology University College London Wolfson House, 4 Stephenson Way, London, NW1 2HE Tel: ++44 (0) 207 679 7418 (int. 2-7418) Fax: ++44 (0) 207 679 5052 Mobile: 07973 725955 Email: [EMAIL PROTECTED] Web: www.ucl.ac.uk/tcga/ ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users