[wxPython-users] Newbie: Windows and Linux giving different
results
Christopher Barker
Chris.Barker at noaa.gov
Wed Aug 22 09:00:37 PDT 2007
D. R. Evans wrote:
> I didn't expect different behaviour
Well, as much as we would like it to be, wxPython is not quite "write
once, run everywhere", but rather "write once, test everywhere". There
are still platform differences, and there always will be, as the
"wrapping" approach of wxWidgets makes them inevitable.
That's why it's important to test on all platforms you want to deploy on
from the very beginning -- while there are differences, many of them
(like this one) are the result of one platform tolerating less than
optimum coding style. In any case, it is very rare that there is not a
solution that works on all platforms, like you found here.
-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