FW: pylab datapath problem using WXAgg under SPE

Hey everyone,

I cannot seem to get pylab to display a plot using
WXAgg. For some reason, the datapath that I set in my matplotlibrc and
confirmed by checking rcParams[‘datapath’] is not being passed correctly to
wx. Instead, it attempts to find the data (button images like
subplots.png, etc.) in the directory from which I called my IDE (Stani’s Python
Editor), which does have an ‘ ./images/’ subdirectory if that is at all
relevant? Any ideas? I tried searching the mailing list archives
(is there a good way to actually search them ??), but couldn’t find
anyone with the same problem.

Dylan Walker