Re: [orca-list] Broken python bindings.
- From: Joanmarie Diggs <jdiggs igalia com>
- To: orca-list gnome org
- Subject: Re: [orca-list] Broken python bindings.
- Date: Wed, 27 Feb 2013 09:08:06 -0500
On 02/27/2013 01:10 AM, Anders Holmberg wrote:
So what i did was to type:
python -c import brlapi and it only generated a syntax error.
Syntax error means you did it wrong. You need to enclose "import brlapi"
in quotes, i.e.:
python -c "import brlapi"
So it seems that python bindings for brlapi is broken.
No. You have to use the correct syntax. And if you get a new error when
you use the correct syntax, please include it in your message.
--joanie
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]