Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

any plan to port this to python3? #20

Open
rolele opened this issue Mar 26, 2017 · 0 comments
Open

any plan to port this to python3? #20

rolele opened this issue Mar 26, 2017 · 0 comments

Comments

@rolele
Copy link

rolele commented Mar 26, 2017

Hi I am getting this error while trying to run txes2

Traceback (most recent call last):
  File "consumer.py", line 14, in <module>
    from txes2 import ElasticSearch
  File "/usr/local/lib/python3.6/site-packages/txes2/__init__.py", line 1, in <module>
    from txes2.elasticsearch import ElasticSearch  # noqa
  File "/usr/local/lib/python3.6/site-packages/txes2/elasticsearch.py", line 5, in <module>
    from . import connection, exceptions
  File "/usr/local/lib/python3.6/site-packages/txes2/connection.py", line 1, in <module>
    from . import connection_http
  File "/usr/local/lib/python3.6/site-packages/txes2/connection_http.py", line 6, in <module>
    from . import exceptions, utils
  File "/usr/local/lib/python3.6/site-packages/txes2/utils.py", line 4, in <module>
    from urllib import quote
ImportError: cannot import name 'quote'

It seems that this is due to the fact that txes2 is not python3 compatible.
Is there any plain to port this to python3?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant