Saber Solooki
Saber Solooki

Reputation: 1220

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

Upvotes: 0

Views: 1012

Answers (1)

power
power

Reputation: 331

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

Upvotes: 2

Related Questions