I use Python 3.2. I have an API which uses SOAP. I need to perform a number of SOAP calls to modify some objects in a database. I'm trying to install a SOAP library which would work with Python 3.2 (or 2.7 if that's what it takes) in order to do my task.
If someone could give me some guidance how to go through with what library to install and how to install, I would be very grateful. I would be able to continue with the rest of my development.
Note: I heard about SOAPy but it looks like it's discontinued. I've downloaded an executable which asks me to point where I want it installed and I'm given no choices...
I'm a little lost.