osPlanning / omx

Open Matrix (OMX)
https://github.com/osPlanning/omx/wiki
Apache License 2.0
49 stars 18 forks source link

samples/python-omx-sample.py is out of date #25

Closed toliwaga closed 7 years ago

toliwaga commented 7 years ago

python-omx-sample.py fails around line 52 calling:

myfile.listAllTags() # ['am','hwy','md','trips','trn']

This function appears to have been removed some time ago.

I tried changing it to call myfile.listAllAttributes() instead but that is apparently not equivalent and furthermore it just fails a little further on.