Jean-Philippe MENGUAL, le Wed 13 Aug 2008 19:55:35 +0200, a écrit :
> Je travailbe sur une archijecture récente: x86_64, un ACD 48$0+ et une
> carte cère Asrock.
>
> Dois-je envoyer tout ça à Dave?
Oui, et tant qu'à faire, autant envoyer à [EMAIL PROTECTED]
> N'y'a-t-il pas un patch en attendant mettant à n.iveau la partie API de
> ba 3.8 vers les modifications de la 3.10?
Pour la partie python tu peux juste appliquer le patch ci-joint.
Samuel
--- Bindings/Python/brlapi.pyx.orig 2008-08-13 19:32:15.000000000 +0100
+++ Bindings/Python/brlapi.pyx 2008-08-13 19:32:29.000000000 +0100
@@ -484,7 +484,7 @@
else:
return { "type":ekc.type, "command":ekc.command,
"argument":ekc.argument, "flags":ekc.flags }
- def ignoreKeys(self, type, set):
+ def ignoreKeys(self, the_type, set):
"""Ignore some key presses from the braille keyboard.
See brlapi_ignoreKeys(3).
@@ -495,7 +495,7 @@
cdef c_brlapi.brlapi_rangeType_t c_type
cdef c_brlapi.brlapi_keyCode_t *c_set
cdef unsigned int c_n
- c_type = type
+ c_type = the_type
c_n = len(set)
c_set = <c_brlapi.brlapi_keyCode_t*>c_brlapi.malloc(c_n *
sizeof(c_set[0]))
for i from 0 <= i < c_n:
@@ -509,7 +509,7 @@
else:
return retval
- def acceptKeys(self, type, set):
+ def acceptKeys(self, the_type, set):
"""Accept some key presses from the braille keyboard.
See brlapi_ignoreKeys(3).
@@ -520,7 +520,7 @@
cdef c_brlapi.brlapi_rangeType_t c_type
cdef c_brlapi.brlapi_keyCode_t *c_set
cdef unsigned int c_n
- c_type = type
+ c_type = the_type
c_n = len(set)
c_set = <c_brlapi.brlapi_keyCode_t*>c_brlapi.malloc(c_n *
sizeof(c_set[0]))
for i from 0 <= i < c_n:
_______________________________________________
Liste de diffusion CarrefourBLinuX
[email protected]
http://lists.freearchive.org/mailman/listinfo/carrefourblinux
Pour s'inscrire par courriel :
'mailto:[EMAIL PROTECTED]'
Pour se retirer de la liste par courriel :
'mailto:[EMAIL PROTECTED]'
Archives : http://lists.freearchive.org/pipermail//carrefourblinux
Anciennes archives (Yahoogroupes) :
http://fr.groups.yahoo.com/group/carrefourblinux/messages
Rechercher : http://lists.freearchive.org/cgi-bin/search.cgi
Signets : http://fr.groups.yahoo.com/group/carrefourblinux/links/
Fiches EDU : http://blinuxwiki.pbwiki.com/FichesEdu