Hi there
What matters is the GUI toolkit you use, not the language. An app coded in pyobjc (a Python-cocoa bridge) will be just as accessible as one coded in C or objective-C. The latest version of wxPython also results in accessible apps for the most part. If you want to be accessible and cross-platform, wxPython is your best bet. It will be accessible on the Mac, Windows, and Linux/UNIX.


On Jan 29, 2009, at 17:21, Scott Chesworth wrote:

Hi folks,

I'm going to need to take the plunge and learn how to code a bit very
soon. If my output could be cross platform and accessible on as many
of those platforms then so much the better. If anybody has experience
of using apps that they know were coded with python, knows what has to
be done to improve access if it doesn't come out of the box etc, your
info would be gratefully received.

Cheers
Scott


The major difference between a thing that might go wrong and a thing that cannot possibly go wrong is that when a thing that cannot possibly go wrong goes wrong it usually turns out to be impossible to get at or repair.
        --Douglas Adams


Reply via email to