longnow / longview

Long View is a utility written in Python for generating long-spanning timelines from CSV-formatted data.

Home Page:http://longserver.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KeyError: 'TIMELINE.leftmargin'

bkeating opened this issue · comments

Trying to resurrect the project. My first major blocker is this KeyError.

$ ./longview.py /vagrant/longview/bets-timeline.csv 
./longview.py running in source tree; using local prototype-html
Traceback (most recent call last):
  File "./longview.py", line 1126, in <module>
    startPixel = int(params['TIMELINE.leftmargin'])
KeyError: 'TIMELINE.leftmargin'