On 13/08/03 04:52, Tessa Lau wrote:

Hi all,

I'm trying to use PyORBit to duplicate some of the functionality of
AT-poke (the GNOME accessibility query tool). I haven't found any
documentation on how to use CORBA, much less CORBA with Python. So far
I've used orbit-idl-2 to process the Accessibility.idl file included
with AT-SPI, and created what I believe is an imodule (a .so file that I
can place in ORBIT_TYPELIB_PATH). I can then use
ORBit.load_typelib('Accessibility') to load it.


Forgot to mention that at-spi comes with a typelib already, so it shouldn't have been necessary to recreate the typelib. The idea is that the systems providing interfaces like Bonobo::* and Accessibility::* ship typelibs, rather than requiring Python developers to compile them ...

James.

--
Email: [EMAIL PROTECTED]
WWW:   http://www.daa.com.au/~james/



_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to