device detection on non-dbus systems breaks serial-pyio
Brought to you by:
jpauty,
the-rooker
On systems without a certain DBUS environment running, serial-pyio v0.4.0rc2 cannot be used at all, due to automatic device detection causing problems.
It would be a good thing to have an option to disable device detection.
Depending on configuration of a system, you might get this exception:
"dbus.exceptions.DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Hal was not provided by any .service files"
The device detector can now use udev. This may somewhat improve the situation.