[Soap-Python] Python 2.5 support

Burak Arslan burak.arslan at arskom.com.tr
Mon Sep 26 17:04:57 CEST 2011


On 09/26/11 17:28, azurIt wrote:
> 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 ?

whoops. that's a bug. i'll let you know once i fix it.


More information about the Soap mailing list