From: John H. <jdh...@ac...> - 2005-01-09 17:49:09
|
>>>>> "Darren" == Darren Dale <dd...@co...> writes: Darren> I think the "Installing on Windows" note is out of Darren> date. Recently, the MPL dev's changed the install code to Darren> automatically detect numarray and Numeric, and to install Darren> accordingly. This is why you dont see an installer Darren> specifically for numarray or numeric. Yep, that's right. Perhaps someone else can verify that matplotlib with numerux : numarray works on python2.4 / win32 just to verify that I didn't screw up the 2.4 installer. Darren> As for solving your problem, I don't have an answer but Darren> let me offer a couple suggestions. Can you import numarray Darren> from an interactive python session? Could you try to Darren> temporarily install Numeric, and see if MPL can install? Also verify that your http://matplotlib.sf.net/.matplotlibrc setting for numerix is numarray. While testing, you may want to run with --verbose-helpful which may provide some additional diagnoistic information. Note you can also select numeric vs numarray from the DOS shell, which can be helpful while debugging this problem c:> python myscript.py --verbose-helpful --Numeric c:> python myscript.py --verbose-helpful --numarray Hope this helps, JDH |