java2python icon indicating copy to clipboard operation
java2python copied to clipboard

unable to configure antlr-3.1.3

Open kaleem68 opened this issue 4 years ago • 4 comments

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 avatar Jun 10 '21 21:06 kaleem68

Isn't this a dup of #67

adsharma avatar Aug 10 '21 17:08 adsharma

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

MatthewTingum avatar May 06 '22 00:05 MatthewTingum

Same error.

hughsheehy avatar Dec 31 '22 17:12 hughsheehy

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

doobes avatar Jan 01 '24 22:01 doobes