[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: [email protected] | Canada K2A 1H7 | http://FamilyRadio.com/ _______________________________________________ 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
