Comment 8 for bug 1341954

Revision history for this message
Grant Murphy (gmurphy) wrote :

@Tristan I don't like the __del__ much either. I might rewrite it to do the atexit cleanup and define the cache directory at the oslo/vmware/api.py level and pass it in as a configuration parameter.

The incompatibility with Python 3.3. is also concerning with this library. Even the more up to date fork [1] has problems when you try to import the module in Python 3.3. Unfortunately there doesn't seem to be many other contenders in this space either [2].

[1] https://bitbucket.org/jurko/suds/overview
[2] http://stackoverflow.com/questions/206154/what-soap-client-libraries-exist-for-python-and-where-is-the-documentation-for