Search code examples
pythondjangoinstallationpipsoappy

insall SOAPpy using pip


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


Solution

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