the current ebuild don't build the python binding. This bindigs are necessary for other apps like listen. A awfull quick hack to build the py bindings: Add to src_compile: cd bindings/python emake || die "make failed" Add to src_install: insinto /usr/lib/python2.4/site-packages/ doins ${WORKDIR}/${P}/bindings/python/_gpod.so ${WORKDIR}/${P}/bindings/python/gpod.py
*** Bug 127275 has been marked as a duplicate of this bug. ***
ok, I've added 0.3.2-r1 which installs the python bindings with the python use flag. please tell me if it works as advertised..