-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dasbus has different, incompatible interface from dbus-python #177
Comments
Sorry for the delayed response. I am looking into this now and am hoping to have a PR out soon. I also updated the README to say that you need to run |
@chookity-pokk Ran in to two things while testing:
But then get the error:
So much closer! |
The pygobject has been updated to a more recent version, and I am currently working on the dbus issue. I also realized I do apologize that I am slow on these responses and fixing the code. It's just been a long couple weeks at work lately. Also, I'd like the point out that installing via pypi should work just fine for you (hopefully), while I sort this all out. |
Not a problem, this is not a mission-critical application for me. I'm happy to keep testing out (and building from a fresh environment) as progress happens. I've been a bit too busy to learn dbus as well or I would have tried to contribute a patch |
After getting pantalaimon set up, attempting to run
panctl
throws the following error:I tried to replace
get_connection
with justconnection
but then run in toBeing completely unfamiliar with dbus, I tried a couple more things to get it running again but I couldn't derive the intention behind this code so I'm not sure what the right dasbus version would be.
My steps to get this set up (on Mac):
python3 -m venv venv
source venv/bin/activate
pip install .
pip install matrix_nio==0.25.2 PyGObject dasbus
<- For whatever reason neither PyGObject nor dasbus are installed automatically, I have to install them manually here. I also have to manually upgradematrix_nio
as I mentioned in another ticketThe text was updated successfully, but these errors were encountered: