Hi Bastien, Thanks for your help. I have all these files. But can you exactly tell me in which directory should I copy them. As I told you, I am a beginner. I am using Ubuntu 10.04.
Regards. ________________________________ From: Bastien Nocera <[email protected]> To: Mahendra <[email protected]> Cc: [email protected] Sent: Sat, 29 May, 2010 9:42:16 PM Subject: Re: [fprint] fprintd in python 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
