Skip to content
This repository was archived by the owner on Jan 12, 2021. It is now read-only.
This repository was archived by the owner on Jan 12, 2021. It is now read-only.

Python 3 should not use SOAPpy #34

@infrascripting

Description

@infrascripting

Please use suds <https://pypi.python.org/pypi/suds> rather than SOAPpy.
SOAPpy is old and clamsy.

Import fails with:

  File "./hostname_environment.py", line 37, in <module>
    from servicenow.drivers import SOAP
  File "/home/infrascripting/.virtenv/servicenow/lib/python3.6/site-packages/servicenow/drivers/SOAP.py", line 3, in <module>
    from SOAPpy import SOAPProxy
ImportError: cannot import name 'SOAPProxy'

The work-around is a rabbit hole, and I have python2.7 available to me for this for now. But any rewrite should consider changing this.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions