In site-packages\pattern3\text\tree.py", line 37, using pattern3, there is a IndentationError: expected an indented block. I checked the code and it appears the following two lines are missing from the first try block in that file:
from itertools import chain
from itertools import izip
There are other issues even if that is resolved. Haven't got time right now to continue debugging this... although I am running Windows so perhaps this will work just fine on my Unix machines. Just reporting for reference.
In
site-packages\pattern3\text\tree.py", line 37
, usingpattern3
, there is aIndentationError: expected an indented block
. I checked the code and it appears the following two lines are missing from the firsttry
block in that file:There are other issues even if that is resolved. Haven't got time right now to continue debugging this... although I am running Windows so perhaps this will work just fine on my Unix machines. Just reporting for reference.