making it work for clutter 1.0
Bug #590598 reported by
Eric Forgeot
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pyHalebarde |
Fix Committed
|
Critical
|
Olivier Le Thanh Duong |
Bug Description
even if I never managed to make the 0.3 version work on Archlinux, I noticed in the latest clutter they manage to rationalise a bit the code, so it seems the call to CairoTexture (for ex. line 103 in boardwidget.py is no longer:
from cluttercairo import CairoTexture
but:
from clutter import CairoTexture
Now I can finally load the board, but when I click on a pawn, I get:
File "/usr/lib/
return self.board.
TypeError: list indices must be integers, not float
[12.15625, 2.75]
Related branches
To post a comment you must log in.
Sorry we haven't been working on pyhalebarde recently, mainly because pyclutter was totally broken in ubuntu karmic.
The following branch fix pyhalebarde to work with recent clutter (tested it under Lucid with clutter 1.0.0)