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

Error on print statement : Is this library created using Python 3? #1

Open
manasgaur opened this issue Aug 14, 2017 · 1 comment
Open

Comments

@manasgaur
Copy link

Traceback (most recent call last):
from textpipeliner import PipelineEngine, Context
File "/Library/Python/2.7/site-packages/textpipeliner/init.py", line 3, in
from .pipes import *
File "/Library/Python/2.7/site-packages/textpipeliner/pipes/init.py", line 1, in
from .pipe import Pipe,
File "/Library/Python/2.7/site-packages/textpipeliner/pipes/pipe.py", line 2, in
from grammaregex import find_tokens, match_tree
File "/Library/Python/2.7/site-packages/grammaregex/init.py", line 1, in
from .grammaregex import match_tree, find_tokens, print_tree, verify_pattern, PatternSyntaxException
File "/Library/Python/2.7/site-packages/grammaregex/grammaregex.py", line 70
print("{", end=" ")

@patvdleer
Copy link
Contributor

Pull request #2 should fix this

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

2 participants