Search code examples
pythonwindows-7suds

Python requirements for SUDs


I'm a noob to SOAP and SUDs. I need to install SUDs on a windows 7 machine, on which I have Python 3.2.

I haven't heard of anyone installing SUDs in Python 3+.

Should I install Python 2.7? Or do I need to go earlier?


Solution

  • If you look under the overview section you can see that SUDs was tested on Python 3.2 under Windows. On this website you can also find instructions on how to install SUDs for Python using pip, easy install or from source.