architecture-building-systems / revitpythonshell

An IronPython scripting environment for Autodesk Revit and Vasari
MIT License
490 stars 112 forks source link

Everytime i want to run a code on rps it show me en error #143

Open aminabid-hash opened 1 year ago

aminabid-hash commented 1 year ago

IronPython 2.7.7 (2.7.7.0) on .NET 4.0.30319.42000 (64-bit) Type "help", "copyright", "credits" or "license" for more information.

for i in selection : ... print (i,i.ID) File "", line 2 print (i,i.ID)

^

IndentationError: expected an indented block

for i in selection : ... print(i,i.Id) File "", line 2 print(i,i.Id)

^

IndentationError: expected an indented block