[BRLTTY] Please help with brlapi and python.
    Dave Mielke 
    dave at mielke.cc
       
    Wed Feb 27 10:42:54 EST 2013
    
    
  
[quoted lines by Anders Holmberg on 2013/02/27 at 13:52 +0100]
>I have found a page where it sais that you should type the following command to see if brlapi is working.
>python -c import brlapi
>However this only generates a syntax eror.
You need to quote the Python command. So:
   python -c "import brlapi"
If you have brlapi then you should get no output. If you don't then you'l get a 
"no module named brlapi" error.
-- 
Dave Mielke           | 2213 Fox Crescent | The Bible is the very Word of God.
Phone: 1-613-726-0014 | Ottawa, Ontario   | http://Mielke.cc/bible/
EMail: dave at mielke.cc | Canada  K2A 1H7   | http://FamilyRadio.com/
    
    
More information about the BRLTTY
mailing list