Re: [orca-list] Broken python bindings.



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]