Running scripts
- IronPython 3.4.2 runs inside the Revit process; scripts reach doc, uidoc and app directly
- Reads existing pyRevit libraries as-is: .pushbutton folders, bundle.yaml, icon.png
- Also takes single .py files, with metadata read from the docstring
- Reports errors as a real Python traceback with the line number in your file
