On Sat, 2010-05-29 at 20:19 +0530, Mahendra wrote:
> Thanks Bastien.
> 
> I tried the following code:
> 
> import dbus
> bus=dbus.SystemBus()
> object=bus.get_objeect('net.reactivated.Fprint.Manager','/')
> 
> I am getting this error.
> 
<snip>
> Any hint how to solve this error. 
> I know this is a silly error but I am a beginner.

You haven't installed fprintd in the same prefix as dbus, so you'll need
to copy the dbus .conf files to their right locations.

In particular:

/etc/dbus-1/system.d/net.reactivated.Fprint.conf
/usr/share/dbus-1/system-services/net.reactivated.Fprint.service
/usr/share/polkit-1/actions/net.reactivated.fprint.device.policy

The easiest is probably to use distribution packages if available
(they're in Fedora for example).

Cheers

_______________________________________________
fprint mailing list
[email protected]
http://lists.reactivated.net/mailman/listinfo/fprint

Reply via email to