-
Notifications
You must be signed in to change notification settings - Fork 243
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
unable to configure antlr-3.1.3 #76
Comments
kaleem68
changed the title
now able to configure antlr-3.1.3
unable able to configure antlr-3.1.3
Jun 10, 2021
kaleem68
changed the title
unable able to configure antlr-3.1.3
unable to configure antlr-3.1.3
Jun 11, 2021
Isn't this a dup of #67 |
Also a dup of #66 but it wasn't quite spelled out that it was a Python 2.6+ issue. |
Same error. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
trying these steps
wget http://www.antlr3.org/download/antlr-3.1.3.tar.gz
tar xfz antlr-3.1.3.tar.gz
cd antlr-3.1.3/runtime/Python/
python setup.py install
below my try.
download http://www.antlr3.org/download/antlr-3.1.3.tar.gz
extract cd antlr-3.1.3/runtime/Python/
python setup.py install
gives following
File "setup.py", line 49
except OSError, exc:
^
SyntaxError: invalid syntax
OS
Windows 10
Python 3.7.1
python info
Python 3.7.1 (v3.7.1:260ec2c36a, Oct 20 2018, 14:57:15) [MSC v.1915 64 bit (AMD64)] on win32
The text was updated successfully, but these errors were encountered: