Windows 7, Python 2.7.2 run_tests error
Brought to you by:
aaron_watters,
richard
I've tried do install gadflyb5 and get the following traceback:
Traceback (most recent call last):
File "F:\gadflyZip\run_tests", line 4, in <module>
from test import go
File "F:\gadflyZip\test\__init__.py", line 29, in <module>
test_mods[name] = __import__(file[:-3], globals(), locals(), [])
File "F:\gadflyZip\test\test_sqlgrammar.py", line 6, in <module>
from gadfly import sql, bindings
File "F:\gadflyZip\gadfly\bindings.py", line 64
[create, view, name, namelist, as, selection] = l
^
SyntaxError: invalid syntax