I am not much familiar with python development on Windows 7 so I am going through problems to run tests of Apache Libcloud. I am trying to run the tests for a dns driver.
The following is the command I am using.
python libcloud/test/dns/test_luadns.py
And I get the following errors.
Traceback (most recent call last): File "test/dns/test_luadns.py", line 4, in from libcloud.utils.py3 import httplib ImportError: No module named libcloud.utils.py3
Everything worked well on my Ubuntu development machine when using the following command.
PYTHONPATH=. python libcloud/test/dns/test_luadns.py