From: John H. <jdh...@ac...> - 2004-08-11 13:31:21
|
>>>>> "Gary" == Gary Strangman <st...@nm...> writes: Gary> I recently found matplotlib and think it's _exactly_ what Gary> the python environment needs from the scientific perspective Gary> ... interactive plotting as good as (or better than) Gary> Matlab's, that also makes it easy for Matlab users to be Gary> converted. ;-) I'm very impressed in the Gary> effort-to-date. Unfortunately, other software I use forces Gary> me to stay with python2.2, and I'm having tremendous trouble Gary> building matplotlib for win32. Might someone have a pointer Gary> to a self-installing executable for matplotlib compiled Gary> against python2.2 that is a more recent version than Gary> v0.54.1?? Gary> Thanks! And cheers to all the developers of this package. Hi Gary - thanks for the kind words (and thanks for the stats module as well, which I've been using intermittently for years). There is a bug in the _tkagg extension in the python2.2 build which has never been tracked down and fixed, which is why we stopped releasing it. You get a missing DLL error when you try and load it. I opened _tkagg.pyd in dependency walker, and the DLL is one of the Visual Studio .NET dlls - though sometimes dependency walker fives false alarms. As I write this, it occurs to me the problem that arose in 2.2 may have been coincident in my changing build environments (I don't know if Todd experienced a similar problem with his numarray builds with tkagg and python2.2, but I think he may have ...). The other backends still work fine for python2.2 (GTKAgg, WXAgg, etc...). I don't know if you can use these, though, since you specifically mentioned interactivity in your post. I'd be happy to send this build to you if you like (I built it for 0.61.0 yesterday after your email). The other options are - I can try and build on my old computer where maybe the problem doesn't exist and hence tkagg would work - I can try and fix the problem! Clearly the best solution, but I don't have any great leads right now. Are you primarily a numarray or Numeric user? Cheers, JDH |