Listing HAL devices
Ian Kelly
ian.g.kelly at gmail.com
Thu Sep 1 13:19:33 EDT 2011
More information about the Python-list mailing list
Thu Sep 1 13:19:33 EDT 2011
- Previous message (by thread): Listing HAL devices
- Next message (by thread): Detecting Ctrl-Alt-Del in Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, Sep 1, 2011 at 9:46 AM, mukesh tiwari <mukeshtiwari.iiitm at gmail.com> wrote: > dbus.exceptions.DBusException: > org.freedesktop.DBus.Error.ServiceUnknown: The name > org.freedesktop.Hal was not provided by any .service files > > Kindly some one please tell me why i am getting this error . > Thank you It looks like you don't have HAL installed. In any case, this is a Ubuntu / DBus issue, not really a Python issue, so you might find better support at those fora. By the way, HAL is deprecated. I believe current best practice is to interface with udev directly, but I don't know exactly what that entails.
- Previous message (by thread): Listing HAL devices
- Next message (by thread): Detecting Ctrl-Alt-Del in Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list