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

sre_constants.error: nothing to repeat #86

Open
gfiedler opened this issue Sep 15, 2021 · 0 comments · May be fixed by #87
Open

sre_constants.error: nothing to repeat #86

gfiedler opened this issue Sep 15, 2021 · 0 comments · May be fixed by #87

Comments

@gfiedler
Copy link

When I use behave-webdriver with Python 2.7.1, then I get an error "sre_constants.error: nothing to repeat".

This is fixed in current versions of Python 2.7 and does not throw an exception anymore. See Python Issue18647.

I can not upgrade Python, because I need a special Python interpreter, which is only available for Python 2.7.1.

Replacing "([^"]*)?" by "([^"]+)?" is a compatible fix, so behave-webdriver will also work with Python 2.7.1.

@gfiedler gfiedler linked a pull request Sep 15, 2021 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant