bsuh / bfdb

Brave Frontier Database and Visualizations
http://bsuh.github.io/bfdb/
MIT License
12 stars 8 forks source link

Invalid Syntax errors #4

Closed guyver4mk closed 9 years ago

guyver4mk commented 9 years ago

I'm getting the following when running the below scripts;

$ python `extract.py`
    File "extract.py", line 82
        return {obj[id_str]: obj for obj in lst}
                           ^
SyntaxError: invalid syntax

$ python `extract_items.py`
    File "extract_items.py", line 92
      return {obj[id_str]: obj for obj in lst}
                           ^
SyntaxError: invalid syntax

Is this working as intended or am I doing something wrong?

bsuh commented 9 years ago

Use a version of Python that supports dictionary literals. Also I no longer maintain this project as I stopped playing Brave Frontier.