running the example from the docs (below) is returning an error.
Version 5 SR5 (5.5.30717.16015, 17/07/2013)
perhaps in line 60 of application.py (GetNames() instead of Names)
p
import rhinoscriptsyntax as rs
aliases = rs.AliasNames()
for alias in aliases: print alias