wx.XOR and wx.INVERT bug on OS-X
Christopher Barker
Chris.Barker at noaa.gov
Tue Dec 11 10:44:16 PST 2007
Robin Dunn wrote:
> Try wx.INVERT instead of wx.XOR.
Still doesn't work :-(
> BTW, what version of OS X do you have? Your first sample worked fine
> for me on both 10.5 and 10.4.
I think I may have stumbled on a bug specific to something about my system:
OS-X 10.4.11
PPC Dual G5
Python2.5 (how do I tell which sub-version??)
>>> sys.version_info
(2, 5, 0, 'final', 0)
wxPython 2.8.7.1 (from the build on the wxPython site)
Enclosed is my sample -- it should draw a line when you left mouse
button drag -- it works with wxPython2.6. I THINK it worked with some
older version of 2.8 -- but I'm not entirely sure how to go back.
-Chris
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker at noaa.gov
More information about the wxpython-users
mailing list