0

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

Saber Solooki
  • 1,182
  • 1
  • 15
  • 34

1 Answers1

2

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

power
  • 321
  • 1
  • 5