insall SOAPpy using pip

992 Views Asked by At

I want to install SOAPpy library on my windows 7 but when I run "pip install soappy" or "easy_install soappy" I get this error: "ImportError: No module named WSDLTools" also I try download zip file and compile and install it but again I get this error. anyone can help me? thanks

1

There are 1 best solutions below

2
power On BEST ANSWER

Do you use Python2? SOAPpy isn't compatible with Python3.