[Tutor] Begining Python
Andreas Kostyrka
andreas at kostyrka.org
Thu Mar 13 14:05:31 CET 2008
Am Mittwoch, den 12.03.2008, 09:39 +0100 schrieb Meftah Tayeb:
> hi my friend,
> i have active python installed and the python-Win is Ready
> but i have a Very Small problem:
> i am blind, and i am using a Screen reader
> this screen reader use the Microsoft Active Accessibiliti (MSAA) to find
> informations about actual object in the screen cursor
> for Java Based applications, this screen Reader use the Java Access Bridj
> (JAB)
> if it is no installed, java application is no accessible
>
> but in python:
> no accessibiliti layer is found for python !
Well, the problem here is, Python is just a language, so by default it
has only a minimal UI. OTOH, the good thing from your point of view
might be that it is text based.
I don't know about the technologies you mentioned, but you might
consider using IronPython, which is implemented inside the .NET world,
which might have better support (or not) for your tools
Andreas
> I'd suggest you:
> do not develope a new Accessibiliti layer
> please, develope only a MSAA Server for represanting all python UI object to
> MSAA based application
> and for JAVA / Python integration, please develope a JAVA Access Bridj (JAB)
> server to represanting python UI object to existing JAB Based application
>
> Thank you,
> Meftah Tayeb
> ----- Original Message -----
> From: "Terry Carroll" <carroll at tjc.com>
> To: "python tutor" <tutor at python.org>
> Sent: Wednesday, March 12, 2008 12:52 AM
> Subject: Re: [Tutor] Begining Python
>
>
> > On Tue, 11 Mar 2008, Meftah Tayeb wrote:
> >
> >> 2. do you know a Free IDE for Python (for windows) ?
> >
> > Meftah, I'd suggest you install Activestate's distribution of Python,
> > which includes the PythonWin environment (not quite an IDE, in that
> > there is no GUI designer, for example) and many Windows-specific python
> > modules.
> >
> > http://www.activestate.com/Products/activepython/
> >
> > _______________________________________________
> > Tutor maillist - Tutor at python.org
> > http://mail.python.org/mailman/listinfo/tutor
> >
>
> _______________________________________________
> Tutor maillist - Tutor at python.org
> http://mail.python.org/mailman/listinfo/tutor
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
Url : http://mail.python.org/pipermail/tutor/attachments/20080313/52ed3c96/attachment.pgp
More information about the Tutor
mailing list