-
Notifications
You must be signed in to change notification settings - Fork 61
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 six.moves.xmlrpc_client #70
Comments
Could you please show me what your full command line looks like? Ciao! |
hi any command returns the same error. |
It is explained step 6 in the README file:
|
hi, what is the procedure to install sdk? I downloaded sdk and copied the xenapi.py file into the same directory as Vmbackup.py |
I believe that is all. Make sure it has read and possibly also execute privileges set. If you run "ls -l XenApi.py" there should be at least an "r" that shows up on the permissions. I'm not at a point where I can conveniently check directly what the exact permission settings are, but try running VmBackup.py now. |
ciao, ho 1 pool di 2 host con xenserver 7.0
quando provo ad eseguire ./VmBackup.py vedo l'errore
Traceback (most recent call last):
File "./VmBackup.py", line 68, in
import sys, time, os, datetime, subprocess, re, shutil, XenAPI, smtplib, re, base64, socket
File "/snapshot/NAUbackup/XenAPI.py", line 58, in
import six.moves.xmlrpc_client as xmlrpclib
ImportError: No module named six.moves.xmlrpc_client
potete aiutarmi?
grazie in anticipo
The text was updated successfully, but these errors were encountered: