-
I'm not exactly sure where the best place to talk about such things is, so I guess I'll start here.
quoting http://dbus.freedesktop.org/doc/dbus-python/doc/tutorial.html
``` python
To call a method,…
ghost updated
8 years ago
-
Hi!
Is there any plan to roll-out support for D-bus interface to be able to more easily communicate with CANdevStudio instance, in a similar way that's made between CANoe and Python, using COM object…
-
Hi,
I have this working on a lenovo Thinkpad T470s.
However, if I reboot or suspend it stops working.
I have applied "fix 3" from the other thread, and while that successfully restarts the tw…
-
pip install dbus-python
Collecting dbus-python
Downloading dbus-python-1.3.2.tar.gz (605 kB)
---------------------------------------- 605.5/605.5 kB 2.1 MB/s eta 0:00:00
Installing build …
-
**Describe the bug**
According to the [dbus specification][1], the interface header can be omitted in method calls. If you do that, then this trace results:
```
ERROR Unexpected error processi…
-
During #2744 we have: https://github.com/rockstor/rockstor-core/issues/2744#issuecomment-1810062592
> @FroggyFlox & @Hooverdan96 I've just found the following upstream comment: https://gitlab.freed…
-
How to fix this ?
```
Collecting dbus-python==1.3.2 (from -r requirements.txt (line 1))
Using cached dbus-python-1.3.2.tar.gz (605 kB)
Installing build dependencies ... done
Getting requi…
-
The front page says it was tested on Ubuntu 22.04. However, when I run the install instructions there, I get the following error:
```
Collecting dbus-python>=1.3.2
Using cached dbus-python-1.3.…
jsmif updated
1 month ago
-
Sometimes I lock my computer and when I come back the fingerprint sensor stops working. I see nothing on dmesg and lsusb still lists the device, but the python3-validity daemon dies, saying the device…
-
tuned 2.21 service fails to start with python 3.12. It seems in Python3.12 inspect.getargspec() has been deprecated.
```
$ rpm -iq tuned
tuned-2.21.0-1.azl3.noarch
```
**To Reproduce**
Step…