[Jepp-users] Problem while insstalling JEP 3.1.0
Brought to you by:
mrjohnson0
From: spiros t. <sts...@ho...> - 2013-11-05 21:30:29
|
Hello,I am trying to install JEP 3.1.0 in a windows 7 X32 machine.So, I have downloaded jep-3.1.0.tar.gz and extracted using winRar.I have also installed Python 3.3.2. When I am trying to run the command to install JEP => python setup.py install I receive the following error: Traceback (most recent call last): File "setup.py", line 17, in <module> from commands.scripts import build_scripts File "C:\Users\Spyros Tsilingiris\Desktop\JEP\jep-3.1.0\jep-3.1.0\commands\scripts.py", line 114 oldmode = os.stat(file)[ST_MODE] & 07777 ^SyntaxError: invalid token Any idea about how could I solve this problem?? Thanks,Spyros |