-
Notifications
You must be signed in to change notification settings - Fork 24
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
Pyro4 backward-incompatible issue #4
Comments
Hi! Its really nice that you reported that and it is kinda a weird bug. How did you installed pyro4?? Can you tell me your version? I did the installation from pip3 and everything works good.. I think that the problem may come because you are using a recent/older version. Normally pyro exposes all the methods except those that start with "_". That's why I don't use the @expose decorator in the code. |
(originally posted by noobusdeer) I install with pip |
It seems that there are some backwards incompatible problems with Pyro. I'd recommend you installing and older version. The current on ArchLinux is |
Arch updated to pyro |
(originally posted by noobusdeer)
Hi!
I install alienware-kbl and all dependencies.
From GUI all work. But when trying something like alienware-kbl --change:
If the daemon is off ignore the following error:
remote object doesn't expose any methods or attributes. Did you forget setting @expose on them?
The daemon is off or the connection couldn't be stablished.
Daemon start. On boot all lights become blue by the daemon.
Pyro4 and Serpent installed.
The text was updated successfully, but these errors were encountered: