robotframework-sudslibrary
robotframework-sudslibrary copied to clipboard
SudsLibrary 0.8 is not compatible with suds-jurko
The suds-jurko fork removed the UTC class. The code needs to be rewritten so as to not depend on it.
Python 2.7.3 (default, Apr 10 2012, 23:31:26) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from SudsLibrary import SudsLibrary
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\apps\Python27\lib\site-packages\SudsLibrary\__init__.py", line 23, in <module>
from .wsse import _WsseKeywords
File "C:\apps\Python27\lib\site-packages\SudsLibrary\wsse.py", line 21, in <module>
from suds.sax.date import UTC
ImportError: cannot import name UTC
have removed dependency on class deleted from Jurko, however there are some other failures specific to the jurko fork I am working on (returning xml instead of object graph).
Whats the solution for this error ?
20160827 00:26:03.254 [WARN]: Importing test library "SudsLibrary" failed
Traceback (most recent call last):
Importing test library 'SudsLibrary' failed: ImportError: cannot import name UTC
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\robotide\lib\robot\utils\importer.py", line 143, in import
return import(name, fromlist=fromlist)
File "C:\Python27\lib\site-packages\SudsLibrary__init_.py", line 23, in
Any updates of this issue?