[Soap-Python] Python 2.5 support
azurIt
azurit at pobox.sk
Mon Sep 26 18:16:54 CEST 2011
here is another traceback :)
>>> 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/__init__.py", line 3, in <module>
from new import oset
File "/usr/lib/python2.5/site-packages/rpclib-2.4.0_beta-py2.5.egg/rpclib/util/oset/new.py", line 10, in <module>
class oset(collections.MutableSet):
AttributeError: 'module' object has no attribute 'MutableSet'
______________________________________________________________
> Od: "Burak Arslan" <burak.arslan at arskom.com.tr>
> Komu: "soap at python.org" <soap at python.org>
> Dátum: 26.09.2011 18:10
> Predmet: Re: [Soap-Python] Python 2.5 support
>
>On 09/26/11 18:04, Burak Arslan wrote:
>> 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.
>
>can you try latest rpclib from my fork?
>
>git clone git://github.com/plq/rpclib.git
>cd rpclib
>python setup.py install
>
>
>
>_______________________________________________
>Soap mailing list
>Soap at python.org
>http://mail.python.org/mailman/listinfo/soap
>
More information about the Soap
mailing list