I had to add those lines to hal-device-manager to be able to execute the
program
import pygtk
pygtk.require('2.0')
i inserted them just before "import gtk" otherwise python complains
about missing gtk package
do you think it's a local problem?
--
Marco Canini <marco.canini at fastwebnet.it>