* Carlos Izquierdo <gheesh at gmail.com>, 2012-07-21, 19:26: >Python-fife depend on both: > >libpython2.6 (>= 2.6) >libpython2.7 (>= 2.7) This is because the extension modules are linked with libpython2.X. They shouldn't be, as per Python Policy §2.1. -- Jakub Wilk