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

unable to configure antlr-3.1.3 #76

Open
kaleem68 opened this issue Jun 10, 2021 · 4 comments
Open

unable to configure antlr-3.1.3 #76

kaleem68 opened this issue Jun 10, 2021 · 4 comments

Comments

@kaleem68
Copy link

kaleem68 commented Jun 10, 2021

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

@kaleem68 kaleem68 changed the title now able to configure antlr-3.1.3 unable able to configure antlr-3.1.3 Jun 10, 2021
@kaleem68 kaleem68 changed the title unable able to configure antlr-3.1.3 unable to configure antlr-3.1.3 Jun 11, 2021
@adsharma
Copy link

Isn't this a dup of #67

@MatthewTingum
Copy link

Also a dup of #66 but it wasn't quite spelled out that it was a Python 2.6+ issue.

@hughsheehy
Copy link

Same error.

@doobes
Copy link

doobes commented Jan 1, 2024

Trying to work through a one time convert. I opened a sandbox on my W10 machine and downloaded Python v2.6. Unfortunately it won't install complaining about a Microsoft.VC90.CRT, version error.

python26

Any ideas?

chris

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

5 participants