
July 25, 2015
12:44 a.m.
Hi Ouyang,
On 07/25/2015 06:26 AM, Ouyang wrote:
Hi Robert
I just git a copy of sfepy from the site today and get error from build_helpers.py by "python setup.py install"
SyntaxError is at line 310
pkg_info = pkg_name + (' (optional)' if optional else '')
at if optional else ''
Try using:
pkg_info = pkg_name
if optional:
pkg_info += ' (optional)'
- does that work?
What is your python version?
r.