Hi Team,

I get the following error, How to rectify this issue?

 from ovirtsdk.xml import params
 ImportError: No module named ovirtsdk.xml

*This is the complete log file, Why I get this error and How to rectify it?*

python manage.py createcachetableTraceback (most recent call last):
  File "manage.py", line 9, in <module>
    execute_from_command_line(sys.argv)
  File 
"/home/hari/openuds/testuds-master/Python-2.7.14/env/lib/python2.7/site-packages/django/core/management/__init__.py",
line 353, in execute_from_command_line
    utility.execute()
  File 
"/home/hari/openuds/testuds-master/Python-2.7.14/env/lib/python2.7/site-packages/django/core/management/__init__.py",
line 327, in execute
    django.setup()
  File 
"/home/hari/openuds/testuds-master/Python-2.7.14/env/lib/python2.7/site-packages/django/__init__.py",
line 18, in setup
    apps.populate(settings.INSTALLED_APPS)
  File 
"/home/hari/openuds/testuds-master/Python-2.7.14/env/lib/python2.7/site-packages/django/apps/registry.py",
line 115, in populate
    app_config.ready()
  File "/home/hari/openuds/testuds-master/server/src/uds/__init__.py",
line 72, in ready
    from . import services  # to make sure that the packages are
initialized at this point
  File "/home/hari/openuds/testuds-master/server/src/uds/services/__init__.py",
line 73, in <module>
    __init__()
  File "/home/hari/openuds/testuds-master/server/src/uds/services/__init__.py",
line 63, in __init__
    __import__('uds.services.' + name, globals(), locals(), [])
  File 
"/home/hari/openuds/testuds-master/server/src/uds/services/OVirt/__init__.py",
line 31, in <module>
    from .OVirtProvider import Provider
  File 
"/home/hari/openuds/testuds-master/server/src/uds/services/OVirt/OVirtProvider.py",
line 44, in <module>
    from . import client
  File 
"/home/hari/openuds/testuds-master/server/src/uds/services/OVirt/client/__init__.py",
line 33, in <module>
    from . import oVirtClient3;
  File 
"/home/hari/openuds/testuds-master/server/src/uds/services/OVirt/client/oVirtClient3.py",
line 7, in <module>
    from ovirtsdk.xml import params

*ImportError: No module named ovirtsdk.xml*


*Thanks,*


*Hari *

-- 


DISCLAIMER - *MSysTechnologies LLC* 



This email message, contents and 
its attachments may contain confidential, proprietary or legally privileged 
information and is intended solely for the use of the individual or entity 
to whom it is actually intended. If you have erroneously received this 
message, please permanently delete it immediately and notify the sender. If 
you are not the intended recipient of the email message,you are notified 
strictly not to disseminate,distribute or copy this e-mail.E-mail 
transmission cannot be guaranteed to be secure or error-free as Information 
could be intercepted, corrupted, lost, destroyed, incomplete or contain 
viruses and MSysTechnologies LLC accepts no liability for the contents and 
integrity of this mail or for any damage caused by the limitations of the 
e-mail transmission.

_______________________________________________
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/YX3XFHKZW6GQEFG4TU2VJB2WNAG72W4W/

Reply via email to