Re: [matplotlib-devel] wx.AlphaPixelData() is failing on windows server 2003

2010-03-10 Thread Chris Barker
Michael Droettboom wrote: > Is this bug related to matplotlib? (i.e. does it happen only when > matplotlib is imported?) It looks like you've done a pure-wx test, so it is a wx issue. > If not, you may have more luck on the wxpython > mailing list. yup, that's the place for it -- I suspect t

Re: [matplotlib-devel] wx.AlphaPixelData() is failing on windows server 2003

2010-03-10 Thread Michael Droettboom
Is this bug related to matplotlib? (i.e. does it happen only when matplotlib is imported?) If not, you may have more luck on the wxpython mailing list. Mike MOhanKumar wrote: > wx.AlphaPixelData() is failing on windows server 2003. The sample code is > given below. > The same is working fine

[matplotlib-devel] wx.AlphaPixelData() is failing on windows server 2003

2010-03-10 Thread MOhanKumar
wx.AlphaPixelData() is failing on windows server 2003. The sample code is given below. The same is working fine on windows xp. what could be the reason? import wx class Size(wx.Frame): def __init__(self, parent, id, title): wx.Frame.__init__(self, parent, id, title, size=(250, 200))