python-servicenow icon indicating copy to clipboard operation
python-servicenow copied to clipboard

pip install fails on Python 3.4: "no module named 'WSDLTools'"

Open lmaojs opened this issue 9 years ago • 1 comments

pip install fails because WSDLTools can't be installed on python 3.

I've worked around this before (I think by just cloning the repo) but it's a pain.

c:\Pythonia\Scripts>pip install servicenow
Collecting servicenow
  Using cached servicenow-2.1.0.tar.gz
Collecting requests (from servicenow)
  Using cached requests-2.10.0-py2.py3-none-any.whl
Collecting redis (from servicenow)
  Using cached redis-2.10.5-py2.py3-none-any.whl
Collecting SOAPpy (from servicenow)
  Using cached SOAPpy-0.12.22.zip
Collecting wstools (from SOAPpy->servicenow)
  Using cached wstools-0.4.3.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 20, in <module>
      File "C:\Users\mydir\AppData\Local\Temp\pip-build-vdmadg31\wstools\setup
.py", line 19, in <module>
        from src.wstools.version import __version__
      File "C:\Users\mydir\AppData\Local\Temp\pip-build-vdmadg31\wstools\src\w
stools\__init__.py", line 6, in <module>
        import WSDLTools
    ImportError: No module named 'WSDLTools'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\pluckey\
AppData\Local\Temp\pip-build-vdmadg31\wstools
You are using pip version 7.1.2, however version 8.1.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' comm
and.

c:\Pythonia\Scripts>

lmaojs avatar May 10 '16 15:05 lmaojs

I need to do more tests to work with Python3

wgrcunha avatar Jun 11 '16 13:06 wgrcunha