Please see our important announcement.
Dependencies in the Python SDK
The Python SDK uses the Zolera Soap Infrastructure as
its soap toolkit. An older toolkit called SOAPpy is
currently being merged into the main ZSI project. So the
Python SDK isn't meant to run on top of SOAPpy and if you
try to, there will likely be some missing dependencies. If
you install ZSI instead, you'll be fine. I'd advise you to
install that from the egg rather than getting the source
and running setup.py.
There's also a potential issue with the version of openssl required for M2Crypto which we're looking at right now. More to come on that front.
If you look at the readme that comes with the Python SDK, you'll also notice a cascading dependency from ZSI to PyXML, which is available from the cheeseshop.
