Skip to content

suds doesn't work with python 3 #2

@anziem

Description

@anziem

When I try to install the dependencies for python-ups, I get the following error:

==> default: Collecting suds>=0.4 (from python-ups==0.0.4->-r /var/opt/www/vagrant-repo/requirements/dev.pip (line 7))
==> default:   Downloading suds-0.4.tar.gz (104kB)
==> default:     Complete output from command python setup.py egg_info:
==> default:     Traceback (most recent call last):
==> default:       File "<string>", line 20, in <module>
==> default:       File "/tmp/pip-build-3t47m1tk/suds/setup.py", line 20, in <module>
==> default:         import suds
==> default:       File "/tmp/pip-build-3t47m1tk/suds/suds/__init__.py", line 154, in <module>
==> default:         import client
==> default:     ImportError: No module named 'client'

According to stack overflow, the solution is to use suds-jurko instead of suds.
http://stackoverflow.com/questions/14973852/suds-install-error-no-module-named-client

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions