axiak / pyre2

Python wrapper for RE2
BSD 3-Clause "New" or "Revised" License
295 stars 39 forks source link

re compatibility problem #25

Open dodiak opened 10 years ago

dodiak commented 10 years ago

I am trying to use re2 instead of re but the following error pop up:

AttributeError: 're2.Pattern' object has no attribute 'groupindex'

I know nothing about Python, so be patient with me please ;)

Dodo