Lukasz Szybalski wrote at 2012-8-16 15:45 -0500:
> ...
>I'm still getting an error:
>
>
> File "/home/lucas/tmp/soap2/suds1/trunk/suds/xsd/schema.py", line
>397, in instance
>    return Schema(root, baseurl, options)
> ...
>  File "/home/lucas/tmp/soap2/suds1/trunk/suds/sax/element.py", line
>405, in getAttribute
>    prefix, name = splitPrefix(name)
>  File "/home/lucas/tmp/soap2/suds1/trunk/suds/sax/__init__.py", line
>49, in splitPrefix
>    if isinstance(name, basestring) \
>RuntimeError: maximum recursion depth exceeded while calling a Python object

Looks like cyclic import dependencies (at the XML-schema level).

I would check whether the WSDL and associated documents (e.g.
schema definition) is sensible.

--
Dieter
_______________________________________________
Soap mailing list
[email protected]
http://mail.python.org/mailman/listinfo/soap

Reply via email to