Hi Steve,

there is a trouble in application.py

line 60:
Python Code:
    return Rhino.ApplicationSettings.CommandAliasList.Names
I guess should be
Python Code:
    return Rhino.ApplicationSettings.CommandAliasList.GetNames()
Thanks
Dimitry