-
Notifications
You must be signed in to change notification settings - Fork 49
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
ImportError: No module named 'xmlrpc_daemon' #45
Comments
I guess this is related to python3 support #54 not being implemented yet |
Please check if #58 solves your problem |
Hi schuellerf, looks #58 fix the module issue, but I find another issue:
|
@linuxqiao the "Connection refused" happened to me often when the ldtp backend dies. |
@schuellerf, interesting! it works today!
|
Hello,
I am trying to install LDTP on Ubuntu 16.04.04 LTS (inside a Docker container).
The following packages were installed:
apt-get install git python3-pip python3-twisted python3-gi python3-gi-cairo gir1.2-gtk-3.0 python3-pyatspi -y
And then I try to install LDTP with the following commands:
After executing
ldtp
on the CLI the following error appears and ldtp terminates:I have no experience developing with python but in my understanding, the module
xmlrpc_daemon
cannot be imported, which is is defined in the LDTP project itself.Maybe someone in here knows how to fix this? I appreciate any help!
The text was updated successfully, but these errors were encountered: