Alex Hall, le Wed 20 Oct 2010 08:24:55 -0400, a écrit : > On 10/18/10, Samuel Thibault <[email protected]> wrote: > > Alex Hall, le Mon 18 Oct 2010 18:05:45 -0400, a écrit : > >> > Sure, there's a code snippet in pydoc brlapi. > >> Hmm... I am relatively new to Python and have not found this pydoc. > > > > Well, I don't know how this is supposed to work on Windows. On Linux, > > you simply run > > > > pydoc brlapi > Apparently, on Windows, it is: > python c:\pythonxx\tools\pydocgui.pyw > I did that and got it working. Thanks for the tip about pydoc! > > > > in a shell. Alternatively, you can have a look in brltty's source code, > > in Bindings/Python/brlapi.pyx, which is the source for that pydoc. > I will do that.
Well, it's just the same, except that you have all the python internals of the Python bindings for brlapi, thus probably making the read less easy, so you'll probably prefer the pydoc version :) Samuel _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://mielke.cc/mailman/listinfo/brltty
