How do i install package DynamoIronPython2.7

I’ve created several scripts that should work in Revit 2022, 2023 and 2024 with CPython3.
But at some reason ShowDialog is not working anymore in CPython3.
Because of this I modified all Python-nodes to IronPython2.
All my scripts and packages (including DynomoIronPython2.7 v.3.0.0) are for multiple users available in a network. They are not installed on my C-drive.

But still i got errors when i run a script.
This time Dynamo can’t find package IronPython2.7… but it should be found. (see image)
How do i change the IronPython-version in my script so it should be found?
Important note: it must work in ALL Revit-versions

Hi,

with Revit 2024 (DynamoCore 2.x) and lower, you need to install DynamoIronPython2.7 version 2.x (not 3.x)

try the 2.5
https://dynamopackages.com/download/6967bd4a-b61e-4dfe-85e0-761dc24b03ed/2.5.0

3 Likes

It works !

1 Like