[Soap-Python] Python 2.5 support

azurIt azurit at pobox.sk
Mon Sep 26 16:28:49 CEST 2011


Hi again,

sorry for lots of questions :( is rpclib compatible with python2.5 ? I just installed it via easy_install on Debian Lenny and cannot even import it:

>>> import rpclib
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.5/site-packages/rpclib-2.4.0_beta-py2.5.egg/rpclib/__init__.py", line 22, in <module>
    from _base import TransportContext
  File "/usr/lib/python2.5/site-packages/rpclib-2.4.0_beta-py2.5.egg/rpclib/_base.py", line 26, in <module>
    from rpclib.util.oset import oset
  File "/usr/lib/python2.5/site-packages/rpclib-2.4.0_beta-py2.5.egg/rpclib/util/oset.py", line 10, in <module>
    class oset(collections.MutableSet):
AttributeError: 'module' object has no attribute 'MutableSet'

Any ideas ?

Thank you in advance.

azur


More information about the Soap mailing list